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