summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-09-29 10:32:22 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-09-29 10:32:22 -0400
commitc33fb8d0829c67a9f30f81cd84771058a09a5fe3 (patch)
tree0252ffa57a6cef7a7c67d2a9e24220a0cccf1103 /deploy.sh
parent2afb419d3d8255ea7f23b02e4ce80038be53bc7d (diff)
getting ready for pres
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