feat(user_commands.bash): clone testing branch of repo in script

This commit is contained in:
BluishHumility
2024-10-16 21:30:03 -04:00
parent 81acd05a7f
commit f1ff44b4bb

View File

@@ -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