From 1789338c683d60ca4a95f6943141a15fb356f7e7 Mon Sep 17 00:00:00 2001 From: ZeStig <69384921+zstg@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:10:26 +0530 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2ebaa6c..cecb4de 100644 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ trap 'handle_error $LINENO' ERR # Set up Arch Linux environment setup_environment() { export URL="https://$(git config --get remote.origin.url | sed -E 's|.+[:/]([^:/]+)/([^/.]+)(\.git)?|\1|').github.io/repo/x86_64" - echo -e "\n[StratOS-repo]\nSigLevel = Optional TrustAll\nServer = $URL" | sudo tee -a /etc/pacman.conf + echo -e "\n[stratos]\nSigLevel = Optional TrustAll\nServer = $URL" | sudo tee -a /etc/pacman.conf sudo sed -i 's/purge debug/purge !debug/g' /etc/makepkg.conf sudo sed -i 's/^#* *GPGKEY *=.*/GPGKEY="19A421C3D15C8B7C672F0FACC4B8A73AB86B9411"/' /etc/makepkg.conf # add zstg's public key sed -i 's/^#*\(PACKAGER=\).*/\1"StratOS team "/' /etc/makepkg.conf