diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-29 10:32:22 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-29 10:32:22 -0400 |
commit | c33fb8d0829c67a9f30f81cd84771058a09a5fe3 (patch) | |
tree | 0252ffa57a6cef7a7c67d2a9e24220a0cccf1103 /deploy.sh | |
parent | 2afb419d3d8255ea7f23b02e4ce80038be53bc7d (diff) |
getting ready for pres
Diffstat (limited to 'deploy.sh')
-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 |