test for presentation

c1a8a9ba60d3… · Ryan Schanzenbacher ·

parent ef0b451a5a34… view tree

Changed files

FileChanges
deploy.sh +4 −2 raw
diff --git a/deploy.sh b/deploy.sh
index f27d6c9..db50166 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -61,12 +61,14 @@ copy_and_prepare() {
# Install the non-guix signing keys
echo "Installing non-guix signing keys for substitutes..."
curl -o sign-key.pub https://substitutes.nonguix.org/signing-key.pub
+ curl -o sign-key-r.pub http://129.21.92.78:8000/signing-key.pub
guix archive --authorize < sign-key.pub
+ guix archive --authorize < sign-key-r.pub
}
install_system() {
echo "Beginning install!"
- guix time-machine -C ./channels.scm -- system -L ./modules --substitute-urls='https://substitutes.nonguix.org https://bordeaux.guix.gnu.org https://ci.guix.gnu.org' init $install_hostname.scm /mnt
+ guix time-machine -C ./channels.scm -- system -L ./modules --substitute-urls='https://substitutes.nonguix.org https://bordeaux.guix.gnu.org https://ci.guix.gnu.org http://129.21.92.78:8080' init $install_hostname.scm /mnt
}
install_user_env() {
@@ -90,4 +92,4 @@ install_system
install_user_env
# Reboot the machine at this point!
-reboot
+#reboot