From 43ee2cf4e0f46c875cdc7350c73716a34edecb5d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 28 Aug 2025 21:34:31 +0200 Subject: [PATCH 1/4] Fix escaping bug as hotfix --- migrations/1756360551.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1756360551.sh b/migrations/1756360551.sh index a87dc54..ac9911a 100644 --- a/migrations/1756360551.sh +++ b/migrations/1756360551.sh @@ -3,4 +3,4 @@ echo "Move Omarchy Package Repository after Arch core/extra/multilib for extra s sudo cp /etc/pacman.conf /etc/pacman.conf.bak sudo sed -i '/\[omarchy\]/,+2 d' /etc/pacman.conf sudo sed -i '/\[chaotic-aur\]/i\[omarchy]\nSigLevel = Optional TrustAll\nServer = https://pkgs.omarchy.org/$arch/\n' /etc/pacman.conf || - sudo bash -c 'echo -e "\n[omarchy]\nSigLevel = Optional TrustAll\nServer = https://pkgs.omarchy.org/$arch/" >> /etc/pacman.conf' + sudo bash -c 'echo -e "\n[omarchy]\nSigLevel = Optional TrustAll\nServer = https://pkgs.omarchy.org/\$arch/" >> /etc/pacman.conf' From 305e79958109eb8749f5d381d41ed0f1affc6150 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 28 Aug 2025 21:35:55 +0200 Subject: [PATCH 2/4] Was a consequence of the escaping bug --- migrations/1756365707.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 migrations/1756365707.sh diff --git a/migrations/1756365707.sh b/migrations/1756365707.sh deleted file mode 100644 index dc8c60d..0000000 --- a/migrations/1756365707.sh +++ /dev/null @@ -1,4 +0,0 @@ -# FIXME: This really shouldn't happen, need to find out why! -echo "Ensure walker is present" - -sudo pacman -Syu --needed --noconfirm walker-bin From bc94bb2d6c1a49780a3ccf3b414a6b50e31a43c8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 28 Aug 2025 21:37:50 +0200 Subject: [PATCH 3/4] We should not be pinning this --- migrations/1756284863.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 migrations/1756284863.sh diff --git a/migrations/1756284863.sh b/migrations/1756284863.sh deleted file mode 100644 index 3e1308b..0000000 --- a/migrations/1756284863.sh +++ /dev/null @@ -1,3 +0,0 @@ -echo "Pin abseil-cpp as the latest package is broken" - -sudo pacman -U --noconfirm https://archive.archlinux.org/packages/u/uwsm/uwsm-0.23.0-1-any.pkg.tar.zst From 94006b5bb1e5c8ba105bc28ee3dce7a6e9e30b18 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 28 Aug 2025 21:38:59 +0200 Subject: [PATCH 4/4] Duplicate --- migrations/1756208867.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 migrations/1756208867.sh diff --git a/migrations/1756208867.sh b/migrations/1756208867.sh deleted file mode 100644 index 5c351d6..0000000 --- a/migrations/1756208867.sh +++ /dev/null @@ -1,3 +0,0 @@ -echo "Update fastfetch config" - -omarchy-refresh-config fastfetch/config.jsonc \ No newline at end of file