mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Need -e
This commit is contained in:
6
boot.sh
6
boot.sh
@ -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
|
||||
|
Reference in New Issue
Block a user