summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2023-11-29 17:22:00 +0000
committerRafael Marçalo <raroma09@gmail.com>2023-11-29 17:22:00 +0000
commit21cac1a3cb2a57acc09b36e44eced2aca3d54cc8 (patch)
tree2927fa70e8013832630853c5063d5ed46a40cb64
parentf7083f7a934c2e44d378436d0f81128d9028d6e6 (diff)
Removed duplicated entries
-rwxr-xr-xsuckless/.local/src/compileSource4
1 files changed, 0 insertions, 4 deletions
diff --git a/suckless/.local/src/compileSource b/suckless/.local/src/compileSource
index dd6dae5..c0c996a 100755
--- a/suckless/.local/src/compileSource
+++ b/suckless/.local/src/compileSource
@@ -17,7 +17,6 @@ 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 git@github.com:rafa-99/surf.git
if [ "$KERNEL" = "Linux" ]; then
git clone git@github.com:rafa-99/farbfeld.git
@@ -33,7 +32,6 @@ cd "$SRC"/pkg && git pull ;
cd "$SRC"/queryt && git pull ;
cd "$SRC"/slock && git pull ;
cd "$SRC"/st && git pull ;
-cd "$SRC"/surf && git pull ;
if [ "$KERNEL" = "Linux" ]; then
cd "$SRC"/farbfeld && git pull ;
@@ -51,7 +49,6 @@ fi
[ ! -f "$SRC"/dwm/config.h ] && cp -rf "$HOME"/.config/suckless/dwm/config.h "$SRC"/dwm/ ;
[ ! -f "$SRC"/slock/config.h ] && cp -rf "$HOME"/.config/suckless/slock/config.h "$SRC"/slock/ ;
[ ! -f "$SRC"/st/config.h ] && cp -rf "$HOME"/.config/suckless/st/config.h "$SRC"/st/ ;
-[ ! -f "$SRC"/surf/config.h ] && cp -rf "$HOME"/.config/suckless/surf/config.h "$SRC"/surf/ ;
if [ "$KERNEL" = "Linux" ]; then
[ ! -f "$SRC"/surf/src/config.h ] && cp -rf "$HOME"/.config/suckless/surf/config.h "$SRC"/surf/src ;
@@ -80,7 +77,6 @@ cd "$SRC"/pkg && git pull ; doas make clean install ; make clean
cd "$SRC"/queryt && git pull ; doas make clean install ; make clean
cd "$SRC"/slock && git pull ; doas make clean install ; make clean
cd "$SRC"/st && git pull ; doas make clean install ; make clean
-cd "$SRC"/surf && git pull ; doas make clean install ; make clean
if [ "$KERNEL" = "Linux" ]; then
cd "$SRC"/farbfeld && git pull ; doas make clean install ; make clean