summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
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