mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-29 21:19:23 +00:00
Dont need the splits for now
This commit is contained in:
5
boot.sh
5
boot.sh
@ -17,11 +17,6 @@ sudo pacman -Sy --noconfirm --needed git >/dev/null
|
|||||||
echo "Cloning Omarchy..."
|
echo "Cloning Omarchy..."
|
||||||
rm -rf ~/.local/share/omarchy/
|
rm -rf ~/.local/share/omarchy/
|
||||||
git clone https://github.com/basecamp/omarchy.git ~/.local/share/omarchy >/dev/null
|
git clone https://github.com/basecamp/omarchy.git ~/.local/share/omarchy >/dev/null
|
||||||
if [[ $OMARCHY_REF != "master" ]]; then
|
|
||||||
cd ~/.local/share/omarchy
|
|
||||||
git fetch origin "${OMARCHY_REF:-stable}" && git checkout "${OMARCHY_REF:-stable}"
|
|
||||||
cd -
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Installation starting..."
|
echo "Installation starting..."
|
||||||
source ~/.local/share/omarchy/install.sh
|
source ~/.local/share/omarchy/install.sh
|
||||||
|
Reference in New Issue
Block a user