run install script if file missing

pull/39/head
Botspot 5 years ago
parent ae1342727e
commit fb63fcf386

4
gui

@ -11,7 +11,9 @@ function error {
#check for updates in background
("${DIRECTORY}/updater" 1>/dev/null) &
(mkdir -p "${DIRECTORY}/data/installed-packages" "${DIRECTORY}/data/status") &
(if [ ! -f ~/.config/autostart/pi-apps-updater.desktop ];then
"${DIRECTORY}/install"
fi) &
#create hidelist file if nonexistent
(if [ ! -f "${DIRECTORY}/data/hidelist" ];then

Loading…
Cancel
Save