Move app install scripts to /usr/bin

This commit is contained in:
Josh.5
2023-08-22 15:55:21 +12:00
committed by Josh Sunnex
parent c671ba85cc
commit ee4fd33e72
6 changed files with 3 additions and 6 deletions

View File

@@ -52,9 +52,6 @@ for user_init_script in ${USER_HOME}/init.d/*.sh ; do
done
# Ensure all scripts are executable
chmod a+rwx /opt/scripts/*.sh
# Start supervisord
echo
echo "**** Starting supervisord ****";

View File

@@ -28,9 +28,9 @@ wait_for_x
# Install/Upgrade user apps
if [[ ! -f /tmp/.desktop-apps-updated.lock ]]; then
xterm -geometry 200x50+0+0 -ls -e /bin/bash -c "
source /opt/scripts/install_firefox.sh;
source /opt/scripts/install_protonup.sh;
source /opt/scripts/install_sunshine.sh;
source /usr/bin/install_firefox.sh;
source /usr/bin/install_protonup.sh;
source /usr/bin/install_sunshine.sh;
sleep 1;
"
touch /tmp/.desktop-apps-updated.lock