diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 19df110..db1c797 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -462,18 +462,6 @@ if [ ${action-x} ]; then # exit 1;; esac else - if [ -e ~/runup.sh ]; then - rm -f ~/runup.sh - ln -s $FOLDER/run.sh /usr/local/bin/runup - echo "" - echo "" - echo -e "${BBlue}NOTICE:${Color_Off} To start this program from now on, simply execute the command ${Green}runup${Color_Off}." - echo -e "${BBlue}NOTICE:${Color_Off} The ~/runup.sh command will no longer work." - echo "" - echo "" - read -n 1 -s -p "Press any key to continue" - fi - SCRIPT_MENU fi