Fixed permissions issues
This commit is contained in:
parent
f7751283f4
commit
9a7618655e
2 changed files with 1 additions and 1 deletions
0
scripts/flatpak
Normal file → Executable file
0
scripts/flatpak
Normal file → Executable file
|
@ -62,7 +62,7 @@ apt update
|
||||||
xargs aptitude --schedule-only install < InstallOnly.list
|
xargs aptitude --schedule-only install < InstallOnly.list
|
||||||
aptitude install
|
aptitude install
|
||||||
EOF
|
EOF
|
||||||
|
chmod ug+rx restore.sh
|
||||||
popd || exit 2
|
popd || exit 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue