=================================================================== RCS file: /cvs/mtctl/installer.sh,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -p -r1.1.1.2 -r1.2 --- mtctl/installer.sh 2021/08/31 17:01:08 1.1.1.2 +++ mtctl/installer.sh 2021/09/02 16:17:35 1.2 @@ -23,7 +23,7 @@ else PROFILE_SHELL=`sh -c 'ps -p $$ -o ppid=' | xargs ps -o comm= -p` 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 exec $ROOTCMD $SHLL "$0" "$@" fi