From f1ff44b4bb22f69615c29f1fc9464b86809a6f53 Mon Sep 17 00:00:00 2001 From: BluishHumility Date: Wed, 16 Oct 2024 21:30:03 -0400 Subject: [PATCH] feat(user_commands.bash): clone testing branch of repo in script --- setup_sway_isomode.bash | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/setup_sway_isomode.bash b/setup_sway_isomode.bash index dfdb99a..ea17e19 100644 --- a/setup_sway_isomode.bash +++ b/setup_sway_isomode.bash @@ -1,9 +1,13 @@ #!/usr/bin/env bash username="$1" -# Clone the repo -echo "Cloning the EOS Community Sway repo..." -git clone https://github.com/EndeavourOS-Community-Editions/sway.git +# # Clone the repo +# echo "Cloning the EOS Community Sway repo..." +# git clone https://github.com/EndeavourOS-Community-Editions/sway.git + +# Clone the nvidia-testing branch of the repo +echo "Cloning the EOS Community Sway repo (nvidia-testing branch)..." +git clone --branch nvidia-testing https://github.com/EndeavourOS-Community-Editions/sway.git # Check if nvidia-inst is installed # If it is, do the Nvidia stuff