Fixed permissions issues

This commit is contained in:
Eric Renfro 2023-09-22 01:02:45 -04:00
parent f7751283f4
commit 9a7618655e
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
2 changed files with 1 additions and 1 deletions

0
scripts/flatpak Normal file → Executable file
View File

View File

@ -62,7 +62,7 @@ apt update
xargs aptitude --schedule-only install < InstallOnly.list
aptitude install
EOF
chmod ug+rx restore.sh
popd || exit 2
}