From 5a35a2c3bca4cdeaa127ea353435962360e4c57e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 2 Jun 2025 10:40:10 +0200 Subject: [PATCH] Dont need the splits for now --- boot.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/boot.sh b/boot.sh index 1614972..61d22e3 100644 --- a/boot.sh +++ b/boot.sh @@ -17,11 +17,6 @@ sudo pacman -Sy --noconfirm --needed git >/dev/null echo "Cloning Omarchy..." rm -rf ~/.local/share/omarchy/ 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..." source ~/.local/share/omarchy/install.sh