Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install-nix: Full progress of POSIX installation #1565

Closed
wants to merge 46 commits into from
Closed
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
d1fbf16
add note for #!/bin/sh
Anton-Latukha Aug 18, 2018
b07ce08
add 'Main information'
Anton-Latukha Aug 18, 2018
b76493a
add 'Documentation'
Anton-Latukha Aug 16, 2018
3c9847d
add 'Setup environment'
Anton-Latukha Aug 16, 2018
09f4078
add 'Main constants'
Anton-Latukha Aug 18, 2018
3e652a4
add 'CLI control constants'
Anton-Latukha Aug 18, 2018
a87ca35
add 'CLI output functions'
Anton-Latukha Aug 18, 2018
bb52676
add 'Checking requirements' stub
Anton-Latukha Aug 18, 2018
9a28898
Checking requirements: add checkBundle()
Anton-Latukha Aug 18, 2018
97ee05a
Checking requirements: add checkEnv() stub
Anton-Latukha Aug 17, 2018
ccbd360
Checking requirements: checkEnv(): add check USER=root
Anton-Latukha Aug 18, 2018
077d773
rm check legacy Root
Anton-Latukha Aug 16, 2018
742a02c
Checking requirements: checkEnv(): add check [ -z "$USER" ]
Anton-Latukha Aug 18, 2018
9e58356
Checking requirements: checkEnv(): add check [ -z "$HOME" ]
Anton-Latukha Aug 18, 2018
53a6fe2
Checking requirements: add checkHome() stub
Anton-Latukha Aug 17, 2018
79322b5
Checking requirements: checkHome(): add check [ ! -e "$HOME" ]
Anton-Latukha Aug 18, 2018
c853fe7
Checking requirements: checkHome(): add check [ ! -d "$HOME" ]
Anton-Latukha Aug 18, 2018
a494de9
Checking requirements: checkHome(): add check [ ! -w "$HOME" ]
Anton-Latukha Aug 18, 2018
22f0cd3
Checking requirements: checkHome(): add check HOME owned by USER
Anton-Latukha Aug 17, 2018
9f4d726
Checking requirements: checkHome(): add check [ ! -x "$HOME" ]
Anton-Latukha Aug 17, 2018
47eb758
Checking requirements: add checkDest() stub
Anton-Latukha Aug 17, 2018
adf55e0
Checking requirements: checkDest(): add check [ -e "$dest" ]
Anton-Latukha Aug 18, 2018
de89e2b
Checking requirements: checkDest(): add check [ ! -w $dest]
Anton-Latukha Aug 17, 2018
1b03edc
Checking requirements: checkDest(): add message
Anton-Latukha Aug 17, 2018
3d5e882
Checking requirements: checkDest(): add if [ -e "$dest"/store ] block
Anton-Latukha Aug 18, 2018
ff4e9ae
Checking requirements: add mainChechingRequirements()
Anton-Latukha Aug 18, 2018
764d314
Checking requirements: add execution start
Anton-Latukha Aug 18, 2018
e9ab789
add 'Check installer mode'
Anton-Latukha Dec 29, 2018
3644f8c
add 'Exec installer mode'
Anton-Latukha Dec 29, 2018
688870b
add 'Install Nix' stub
Anton-Latukha Aug 18, 2018
0ccb8aa
Install Nix: add description
Anton-Latukha Aug 18, 2018
348000f
Install Nix: add createDest()
Anton-Latukha Aug 17, 2018
07cf67a
Install Nix: add createStore()
Anton-Latukha Aug 17, 2018
945e6e6
Install Nix: add copyNix()
Anton-Latukha Aug 17, 2018
9787e74
Install Nix: add initializeDB()
Anton-Latukha Aug 17, 2018
6fc1959
Install Nix: add setupProfile()
Anton-Latukha Aug 17, 2018
cd94065
Install Nix: add installCerts()
Anton-Latukha Aug 17, 2018
fc63410
Install Nix: add subscribeChannels()
Anton-Latukha Aug 17, 2018
ca02ac4
Install Nix: updateRepos()
Anton-Latukha Aug 17, 2018
9f75558
Install Nix: add mainInstallNix() - invocation of functions
Anton-Latukha Aug 18, 2018
edcc68b
Install Nix: add execution start
Anton-Latukha Aug 17, 2018
18bb415
add 'Postinstall' stub
Anton-Latukha Aug 18, 2018
3563425
Postinstall: add modification of user profile
Anton-Latukha Aug 18, 2018
fde322b
Postinstall: add message: installation finished, runtime env info
Anton-Latukha Aug 18, 2018
1b4a353
add 'Main function'
Anton-Latukha Aug 18, 2018
721cb5f
add execution start
Anton-Latukha Aug 16, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading