summaryrefslogtreecommitdiff
path: root/suckless
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2024-02-03 12:04:07 +0000
committerRafael Marçalo <raroma09@gmail.com>2024-02-03 12:04:07 +0000
commit9a67fd61ef6c0c65bf6b0fa9b22d79d9236a99b8 (patch)
treece556074ba101c9b09ec27f50987877a6c1dd88c /suckless
parent3a75ef24c0f9ef6979b4a46e08b0f6d035e49619 (diff)
Updated scripts
Diffstat (limited to 'suckless')
-rwxr-xr-xsuckless/.local/src/compileSource22
1 files changed, 11 insertions, 11 deletions
diff --git a/suckless/.local/src/compileSource b/suckless/.local/src/compileSource
index b53c84e..cb239f9 100755
--- a/suckless/.local/src/compileSource
+++ b/suckless/.local/src/compileSource
@@ -11,19 +11,19 @@ KERNEL=$(uname)
# Cloning and Cleaning Programs #
#################################
-git clone git@github.com:rafa-99/dmenu.git
-git clone git@github.com:rafa-99/dwm.git
-git clone git@github.com:rafa-99/pkg.git
-git clone git@github.com:rafa-99/queryt.git
-git clone git@github.com:rafa-99/slock.git
-git clone git@github.com:rafa-99/st.git
+git clone https://github.com/rafa-99/dmenu.git
+git clone https://github.com/rafa-99/dwm.git
+git clone https://github.com/rafa-99/pkg.git
+git clone https://github.com/rafa-99/queryt.git
+git clone https://github.com/rafa-99/slock.git
+git clone https://github.com/rafa-99/st.git
if [ "$KERNEL" = "Linux" ]; then
- git clone git@github.com:rafa-99/farbfeld.git
- git clone git@github.com:rafa-99/surf.git
- git clone git@github.com:rafa-99/sent.git
- git clone git@github.com:rafa-99/slstatus.git
- git clone git@github.com:rafa-99/xmouseless.git
+ git clone https://github.com/rafa-99/farbfeld.git
+ git clone https://github.com/rafa-99/surf.git
+ git clone https://github.com/rafa-99/sent.git
+ git clone https://github.com/rafa-99/slstatus.git
+ git clone https://github.com/rafa-99/xmouseless.git
fi
cd "$SRC"/dmenu && git pull ;