summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-05-19 17:18:07 -0500
committerstkhan <personal@slickd.xyz>2021-05-19 17:18:07 -0500
commit60f1e650a996c95ab937627096300503cfd90292 (patch)
treeb547509fe650947fa2627dcec46ab4a202d0e221 /install.sh
parent412fa23b2db9d2a74097a3c3cb8ba885dbc3e1a0 (diff)
Made installation script quiet, and added purple theme
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/install.sh b/install.sh
index 29d47f8..a930f00 100755
--- a/install.sh
+++ b/install.sh
@@ -21,16 +21,16 @@ cp themes/themes/$theme themes/theme.h
cd $dwm
rm config.h
make clean
-make
-sudo make install
+make -s
+sudo make -s install
cd ../$st
-make
-sudo make install
+make -s
+sudo make -s install
cd ../$dmenu
-make
-sudo make install
+make -s
+sudo make -s install
cd ..
mkdir -p ~/.config/sarc