getting ready for pres

This commit is contained in:
Ryan Schanzenbacher 2023-09-29 10:32:22 -04:00
parent 2afb419d3d
commit c33fb8d082
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -86,6 +86,22 @@ install_user_env() {
}
if [[ $* == *-p ]]
then
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
guix time-machine -C ./channels.scm -- pull
exit 0
elif [[ $* == *-i ]]
then
gather_env
install_system
install_user_env
fi
gather_env
copy_and_prepare
install_system