preload app list on install

pull/39/head
Botspot 4 years ago
parent 5c9b2575c6
commit f3bb0d76bf

@ -66,7 +66,6 @@ echo "template" > "${DIRECTORY}/data/hidelist"
#hide duplicates if running in twisteros
if [ -f /usr/local/bin/twistver ];then
echo "TwisterOS detected. Hiding some apps that already exist on TwisterOS by default..."
echo "BalenaEtcher
Chromium Media Edition
CommanderPi
@ -80,5 +79,8 @@ fi
echo "Creating settings if they don"\'"t exist..."
"${DIRECTORY}/settings" refresh
echo "Preloading app list..."
"${DIRECTORY}/preload" &>/dev/null
echo "Installation complete."

Loading…
Cancel
Save