mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Only install if needed
This commit is contained in:
2
boot.sh
2
boot.sh
@ -12,7 +12,7 @@ echo -e "$ascii_art"
|
||||
echo "=> Omarchy is for fresh Arch installations only!"
|
||||
echo -e "\nBegin installation (or abort with ctrl+c)..."
|
||||
|
||||
sudo pacman -Sy --noconfirm git >/dev/null
|
||||
sudo pacman -Sy --noconfirm --needed git >/dev/null
|
||||
|
||||
echo "Cloning Omarchy..."
|
||||
rm -rf ~/.local/share/omarchy/
|
||||
|
Reference in New Issue
Block a user