#!/bin/sh if [ ! -f /path/where is/theme-setting-app/need to be installed ]; then echo "Theme setting not installed, trying to install..." echo "" | dpkg -i /home/user/MyDocs/Downloads/themesetting.deb || echo "failed to install theme setting" fi if [ -f /path/where is/theme-setting-app/need to be installed ] then /path/where is/theme-setting-app/need to be installed else echo "theme-setting-app not installed. exiting..." sleep 2 exit 0 fi
sh /home/user/MyDocs/Downloads/my-script.sh