From 917d0874dea782b774d29900fe392c8cfe02821f Mon Sep 17 00:00:00 2001 From: germedeb Date: Mon, 29 Aug 2022 17:46:37 -0300 Subject: [PATCH] removed the mkdir command in the autoinstall as it is no longer needed --- tasks/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/build.sh b/tasks/build.sh index 9fb8164..41cb117 100755 --- a/tasks/build.sh +++ b/tasks/build.sh @@ -149,7 +149,6 @@ else fi case "$@" in *--autoinstall*|*-i*) printf "${info_color}Performing an Update/Installation of aleta${reset_colors}\\n" - mkdir ~/.icons/aleta -p cp -r ./_build/aleta/* ~/.icons/tmpaleta/ rm -rf ~/.icons/aleta mv ~/.icons/tmpaleta ~/.icons/aleta