From a8c3d1a2bd43cbef5034bfd04a6d2d74fe2b82d3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 20:10:03 +0200 Subject: [PATCH] Right now we are just built for online installer --- install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 1e7499de..cefa8501 100755 --- a/install.sh +++ b/install.sh @@ -65,10 +65,8 @@ source $OMARCHY_INSTALL/apps/mimetypes.sh # Updates sudo updatedb -# Update system packages if we have a network connection -if ping -c5 omarchy.org &>/dev/null; then - sudo pacman -Syu --noconfirm -fi +# Update system packages +sudo pacman -Syu --noconfirm # Reboot omarchy-show-logo