=================================================================== RCS file: /cvs/mtctl/mtctl_default.sh,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -p -r1.1.1.2 -r1.2 --- mtctl/mtctl_default.sh 2021/08/31 17:01:08 1.1.1.2 +++ mtctl/mtctl_default.sh 2021/09/02 16:17:35 1.2 @@ -234,7 +234,7 @@ case $ACTION in NEWESTVERSION=$(curl https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/version.txt?content-type=text/plain 2> /dev/null) if [ "$NEWESTVERSION" \!= "$VERSION" ]; then mtinfo "Update avaible!\n\nInstalling update NOW!" - curl 'https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/installer.sh?content-type=text/plain' 2> /dev/null | $SHELL + curl -sSL https://ircforever.org/mtctl.php | $SHELL fi ;; help)