=================================================================== RCS file: /cvs/mtctl/installer.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- mtctl/installer.sh 2021/10/19 10:05:56 1.4 +++ mtctl/installer.sh 2022/11/22 11:28:03 1.5 @@ -33,7 +33,7 @@ fi echo -e "\nmtctl Installer, Starting up..." SHaLL="`which $SHLL`" -if [ \! -f mtctl_default.sh ]; then curl -sO mtctl_default.sh "https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/mtctl_default.sh?content-type=text/plain"; fi +if [ \! -f mtctl_default.sh ]; then curl -so mtctl_default.sh "https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/mtctl_default.sh?content-type=text/plain"; fi VARS="#!$SHaLL\n" echo -e "$VARS" > mtctl @@ -47,7 +47,7 @@ rm mtctl if [ "$SHLL" == "bash" ]; then apt-get install rsync - if [ \! -f mtctl-completion.bash ]; then curl -sO mtctl-completion.bash "https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/mtctl-completion.bash?content-type=text/plain"; fi + if [ \! -f mtctl-completion.bash ]; then curl -so mtctl-completion.bash "https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/mtctl-completion.bash?content-type=text/plain"; fi mkdir -p /etc/bash_completion.d mv mtctl-completion.bash /etc/bash_completion.d/mtctl-completion . /etc/bash_completion.d/mtctl-completion