mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Cleaner seperation
This commit is contained in:
5
boot.sh
5
boot.sh
@ -10,12 +10,11 @@ ascii_art=' ▄██████▄ ▄▄▄▄███▄▄▄▄
|
||||
|
||||
echo -e "\n$ascii_art\n\n"
|
||||
|
||||
echo "Starting installation of Omarchy..."
|
||||
sudo pacman -Sy --noconfirm --needed git >/dev/null
|
||||
|
||||
echo "Cloning Omarchy..."
|
||||
echo "\nCloning Omarchy..."
|
||||
rm -rf ~/.local/share/omarchy/
|
||||
git clone https://github.com/basecamp/omarchy.git ~/.local/share/omarchy >/dev/null
|
||||
|
||||
echo "Installation starting..."
|
||||
echo "\nInstallation starting..."
|
||||
source ~/.local/share/omarchy/install.sh
|
||||
|
Reference in New Issue
Block a user