diff --git a/scripts/mkr.sh b/scripts/mkr.sh index da97f3f..350c1d7 100644 --- a/scripts/mkr.sh +++ b/scripts/mkr.sh @@ -129,7 +129,7 @@ stop () { ## mkr-update ## Usage: mkr-update mkr-update () { - curl https://raw.githubusercontent.com/MKRhere/wiki/master/scripts/mkr.sh -o ~/.mkr/mkr.sh + curl -s https://raw.githubusercontent.com/MKRhere/wiki/master/scripts/mkr.sh -o ~/.mkr/mkr.sh source ~/.mkr/mkr.sh echo "[mkr.sh] Done updating script! Enjoy." } \ No newline at end of file