From b78932305a00a93042d390e3953507347d1fad01 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 16 Oct 2024 09:58:36 -0400 Subject: Include laptop and desktop variations, set Firefox as default browser, include desktop screenshot --- install.sh | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100755 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh deleted file mode 100755 index 7a03938..0000000 --- a/install.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash - -if [ "$EUID" -ne 0 ] - then echo "The script has to be run as root." - exit -fi - -cd dwmo -echo "Installing dwm" -rm -rf config.h -make clean install -cd .. - -cd dmenuo -echo "Installing dmenu" -rm -rf config.h -make clean install -cd .. - -cd slstatuso -echo "Installing slstatus" -rm -rf config.h -make clean install -cd .. - -cd sto -echo "Installing st" -rm -rf config.h -make clean install -cd .. - -cd slocko -echo "Installing slock" -rm -rf config.h -make clean install -cd .. - -echo "Install finished. You should reboot the machine now." -- cgit v1.2.3-54-g00ecf