From 92d7ecff89cc0e658bf8e9d5a8de2166777ae51a Mon Sep 17 00:00:00 2001 From: logzinga <65839350+logzinga@users.noreply.github.com> Date: Wed, 2 Nov 2022 09:32:14 +1100 Subject: [PATCH] permission addition --- isoprofile/profiledef.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/isoprofile/profiledef.sh b/isoprofile/profiledef.sh index 3941369..c56806c 100644 --- a/isoprofile/profiledef.sh +++ b/isoprofile/profiledef.sh @@ -22,4 +22,6 @@ file_permissions=( ["/usr/local/bin/choose-mirror"]="0:0:755" ["/usr/local/bin/Installation_guide"]="0:0:755" ["/usr/local/bin/livecd-sound"]="0:0:755" + ["/root/install.sh"]="0:0:755" + ["/root/Desktop/installer.sh"]="0:0:755" )