mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Right now we are just built for online installer
This commit is contained in:
@@ -65,10 +65,8 @@ source $OMARCHY_INSTALL/apps/mimetypes.sh
|
|||||||
# Updates
|
# Updates
|
||||||
sudo updatedb
|
sudo updatedb
|
||||||
|
|
||||||
# Update system packages if we have a network connection
|
# Update system packages
|
||||||
if ping -c5 omarchy.org &>/dev/null; then
|
sudo pacman -Syu --noconfirm
|
||||||
sudo pacman -Syu --noconfirm
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Reboot
|
# Reboot
|
||||||
omarchy-show-logo
|
omarchy-show-logo
|
||||||
|
|||||||
Reference in New Issue
Block a user