summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 07fc532..8de8177 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -86,6 +86,22 @@ install_user_env() {
86 86
87} 87}
88 88
89if [[ $* == *-p ]]
90then
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
98elif [[ $* == *-i ]]
99then
100 gather_env
101 install_system
102 install_user_env
103fi
104
89gather_env 105gather_env
90copy_and_prepare 106copy_and_prepare
91install_system 107install_system