mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 12:37:46 +00:00
Revert "Update packages as the very first thing"
This reverts commit 351d8ac938.
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
echo "Add Omarchy Package Repository"
|
echo "Add Omarchy Package Repository"
|
||||||
|
|
||||||
sudo cp -f ~/.local/share/omarchy/default/pacman/mirrorlist /etc/pacman.d/mirrorlist
|
omarchy-refresh-pacman-mirrorlist
|
||||||
|
|
||||||
if ! grep -q "omarchy" /etc/pacman.conf; then
|
if ! grep -q "omarchy" /etc/pacman.conf; then
|
||||||
sudo sed -i '/^\[core\]/i [omarchy]\nSigLevel = Optional TrustAll\nServer = https:\/\/pkgs.omarchy.org\/$arch\n' /etc/pacman.conf
|
sudo sed -i '/^\[core\]/i [omarchy]\nSigLevel = Optional TrustAll\nServer = https:\/\/pkgs.omarchy.org\/$arch\n' /etc/pacman.conf
|
||||||
|
sudo systemctl restart systemd-timesyncd
|
||||||
|
sudo pacman -Syu --noconfirm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo systemctl restart systemd-timesyncd
|
|
||||||
sudo pacman -Syu --noconfirm
|
|
||||||
3
migrations/1751134562.sh
Normal file
3
migrations/1751134562.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
echo "Ensure all indexes and packages are up to date"
|
||||||
|
|
||||||
|
sudo pacman -Syu --noconfirm
|
||||||
Reference in New Issue
Block a user