diff --git a/archiso.sh b/archiso.sh index 6b369cd..1af28fa 100755 --- a/archiso.sh +++ b/archiso.sh @@ -64,9 +64,9 @@ workdir="/tmp/archiso" root_etc="${prof_dir}/airootfs/etc" # Delete old profile -err sudo rm -rf "${prof_dir}" -err sudo rm -rf ${dir}/output/* -err sudo rm -rf ${workdir} +sudo rm -rf "${prof_dir}" +sudo rm -rf ${dir}/output/* +sudo rm -rf ${workdir} # Copy new profile template # https://wiki.archlinux.org/title/Archiso#Prepare_a_custom_profile