From b3cf765c94bc7af5f82a8a372d2cf8ca966b416e Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Sat, 23 Dec 2017 20:59:14 +0000 Subject: [PATCH] Clear working directory at the end of the script --- shell/bootstrap-void.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/bootstrap-void.sh b/shell/bootstrap-void.sh index 70b3b05..39fb362 100755 --- a/shell/bootstrap-void.sh +++ b/shell/bootstrap-void.sh @@ -50,7 +50,6 @@ if [ ! -d $HOME/Documents/working ]; then fi # Build themes and icons -# Not deleting repos after in case of future updates printf "${green}Starting build of Arc GTK theme${normal}" @@ -81,3 +80,4 @@ sudo make install printf "${green}Performing cleanup${normal}" sudo xbps-remove -oy +rm -rf $HOME/Documents/working/*