summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-06-07 11:53:24 -0500
committerstkhan <personal@slickd.xyz>2021-06-07 11:53:24 -0500
commitf90383a7ae50e7429c46c9c138fa11a49468ea76 (patch)
treef519aeb94307d8bda34e37f39c45da328a0a1abc /install.sh
parent1b07d334fa46254a50dd98c13f9d43f9ffc10984 (diff)
Cleans dwm and st before building
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 1f3bcf3..d5d9281 100755
--- a/install.sh
+++ b/install.sh
@@ -1,5 +1,7 @@
#!/usr/bin/bash
+# On Artix Linux install artix-archlinux-support before running the script
+
sudo pacman -S --needed wpa_supplicant networkmanager ttf-joypixels iw dhcpcd adobe-source-code-pro-fonts falkon libnotify dunst picom light feh xorg xorg-xinit pulseaudio
clear
@@ -24,6 +26,7 @@ pwd
cp themes/$theme ./theme.h
cd $dwm
+make clean
make -s
sudo make -s install
@@ -32,6 +35,7 @@ make -s
sudo make -s install
cd ../$st
+make clean
make -s
sudo make -s install