mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Start using the stable pkg server by default
This commit is contained in:
7
bin/omarchy-refresh-pacman-opr-server
Executable file
7
bin/omarchy-refresh-pacman-opr-server
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [[ $1 == "edge" ]]; then
|
||||||
|
sudo sed -i 's|https://pkgs.omarchy.org/.*$arch|https://pkgs.omarchy.org/edge/$arch|' /etc/pacman.conf
|
||||||
|
else
|
||||||
|
sudo sed -i 's|https://pkgs.omarchy.org/.*$arch|https://pkgs.omarchy.org/stable/$arch|' /etc/pacman.conf
|
||||||
|
fi
|
||||||
@@ -27,4 +27,4 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
|
|
||||||
[omarchy]
|
[omarchy]
|
||||||
SigLevel = Optional TrustAll
|
SigLevel = Optional TrustAll
|
||||||
Server = https://pkgs.omarchy.org/$arch
|
Server = https://pkgs.omarchy.org/stable/$arch
|
||||||
|
|||||||
3
migrations/1763561396.sh
Normal file
3
migrations/1763561396.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
echo "Switch to stable Omarchy Package Repository builds"
|
||||||
|
|
||||||
|
omarchy-refresh-pacman-opr-server
|
||||||
Reference in New Issue
Block a user