diff options
-rwxr-xr-x | deploy.sh | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -86,6 +86,22 @@ install_user_env() { | |||
86 | 86 | ||
87 | } | 87 | } |
88 | 88 | ||
89 | if [[ $* == *-p ]] | ||
90 | then | ||
91 | echo "Installing non-guix signing keys for substitutes..." | ||
92 | curl -o sign-key.pub https://substitutes.nonguix.org/signing-key.pub | ||
93 | #curl -o sign-key-r.pub http://129.21.92.78:8000/signing-key.pub | ||
94 | #guix archive --authorize < sign-key.pub | ||
95 | #guix archive --authorize < sign-key-r.pub | ||
96 | guix time-machine -C ./channels.scm -- pull | ||
97 | exit 0 | ||
98 | elif [[ $* == *-i ]] | ||
99 | then | ||
100 | gather_env | ||
101 | install_system | ||
102 | install_user_env | ||
103 | fi | ||
104 | |||
89 | gather_env | 105 | gather_env |
90 | copy_and_prepare | 106 | copy_and_prepare |
91 | install_system | 107 | install_system |