This commit is contained in:
David Heinemeier Hansson
2025-06-17 10:05:19 +02:00
parent fe9030f6c5
commit ea93a7ef22
2 changed files with 4 additions and 4 deletions

View File

@ -8,13 +8,13 @@ ascii_art=' ▄██████▄ ▄▄▄▄███▄▄▄▄
▀██████▀ ▀█ ███ █▀ ███ █▀ ███ ███ ████████▀ ███ █▀ ▀█████▀
███ ███ '
echo -e "\n$ascii_art\n\n"
echo -e "\n\n$ascii_art\n\n"
sudo pacman -Sy --noconfirm --needed git >/dev/null
echo "\nCloning Omarchy..."
echo -e "\nCloning Omarchy..."
rm -rf ~/.local/share/omarchy/
git clone https://github.com/basecamp/omarchy.git ~/.local/share/omarchy >/dev/null
echo "\nInstallation starting..."
echo -e "\nInstallation starting..."
source ~/.local/share/omarchy/install.sh