Added more Nautilus scripts for booting and some fixes

This commit is contained in:
2020-11-30 18:30:04 +01:00
parent e64cdc9611
commit 58d5bd3499
4 changed files with 424 additions and 6 deletions

View File

@ -81,9 +81,9 @@ SUPPORTED_OSR="arch"
#-------------------------------------------------------------------------------
readonly LIBRARY="${0%/*/*}/.casualscripter_nautilus-scripts_functions.sh"
if [ ! -f "${LIBRARY}" ] ; then
${ZENITY_BIN} --error \
--text \
"ERROR: casualscripter_nautilus-scripts_functions.sh MISSING!"
zenity --error \
--text \
"ERROR: casualscripter_nautilus-scripts_functions.sh MISSING!"
exit 1
fi