[BACK]Return to installer.sh CVS log [TXT][DIR] Up to [local] / mtctl

Diff for /mtctl/installer.sh between version 1.1.1.2 and 1.2

version 1.1.1.2, 2021/08/31 17:01:08 version 1.2, 2021/09/02 16:17:35
Line 23  else
Line 23  else
         PROFILE_SHELL=`sh -c 'ps -p $$ -o ppid=' | xargs ps -o comm= -p`          PROFILE_SHELL=`sh -c 'ps -p $$ -o ppid=' | xargs ps -o comm= -p`
   
         if [ "$PROFILE_SHELL" \!= "$SHLL" ]; then          if [ "$PROFILE_SHELL" \!= "$SHLL" ]; then
                 exec curl -sSL https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/installer.sh?content-type=text/plain | $ROOTCMD $SHLL "$@"                  exec curl -sSL https://ircforever.org/mtctl.php | $ROOTCMD $SHLL "$@"
         else          else
                 exec $ROOTCMD $SHLL "$0" "$@"                  exec $ROOTCMD $SHLL "$0" "$@"
         fi          fi

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.2

CVSweb