We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4421a commit 8c4bf65Copy full SHA for 8c4bf65
bin/omarchy-refresh-pacman-opr-server
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+if [[ $1 == "edge" ]]; then
4
+ sudo sed -i 's|https://pkgs.omarchy.org/.*$arch|https://pkgs.omarchy.org/edge/$arch|' /etc/pacman.conf
5
+else
6
+ sudo sed -i 's|https://pkgs.omarchy.org/.*$arch|https://pkgs.omarchy.org/stable/$arch|' /etc/pacman.conf
7
+fi
default/pacman/pacman.conf
@@ -27,4 +27,4 @@ Include = /etc/pacman.d/mirrorlist
27
28
[omarchy]
29
SigLevel = Optional TrustAll
30
-Server = https://pkgs.omarchy.org/$arch
+Server = https://pkgs.omarchy.org/stable/$arch
migrations/1763561396.sh
@@ -0,0 +1,3 @@
+echo "Switch to stable Omarchy Package Repository builds"
+omarchy-refresh-pacman-opr-server
0 commit comments