diff --git a/shell/bootstrap-void.sh b/shell/bootstrap-void.sh index a968fa3..07ad2c9 100755 --- a/shell/bootstrap-void.sh +++ b/shell/bootstrap-void.sh @@ -44,7 +44,7 @@ if [ ! -d $HOME/Documents/working ]; then fi # Build Arc Theme and icons -# Not doing cleanup in case of future updates +# Not deleting repos after in case of future updates printf "${green}Starting build of Arc theme${normal}" @@ -63,4 +63,5 @@ cd arc-icon-theme ./autogen.sh --prefix=/usr sudo make install -printf "" \ No newline at end of file +printf "${green}Performing cleanup${normal}" +sudo xbps-remove -o \ No newline at end of file