mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-29 21:19: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 "=> Omarchy is for fresh Arch installations only!"
|
||||||
echo -e "\nBegin installation (or abort with ctrl+c)..."
|
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..."
|
echo "Cloning Omarchy..."
|
||||||
rm -rf ~/.local/share/omarchy/
|
rm -rf ~/.local/share/omarchy/
|
||||||
|
Reference in New Issue
Block a user