feat: remove testing branch to merge with main
This commit is contained in:
@@ -1,13 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
username="$1"
|
username="$1"
|
||||||
|
|
||||||
# # Clone the repo
|
# Clone the repo
|
||||||
# echo "Cloning the EOS Community Sway repo..."
|
echo "Cloning the EOS Community Sway repo..."
|
||||||
# git clone https://github.com/EndeavourOS-Community-Editions/sway.git
|
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
|
# Check if nvidia-inst is installed
|
||||||
# If it is, do the Nvidia stuff
|
# If it is, do the Nvidia stuff
|
||||||
|
|||||||
Reference in New Issue
Block a user