Browse Source

[update-command] echo after mkr-update

pull/1/head
Muthu Kumar 7 years ago
parent
commit
31282116f4
  1. 1
      scripts/mkr.sh

1
scripts/mkr.sh

@ -112,4 +112,5 @@ stop () {
mkr-update () { mkr-update () {
curl https://raw.githubusercontent.com/MKRhere/wiki/master/scripts/mkr.sh -o ~/.mkr/mkr.sh curl https://raw.githubusercontent.com/MKRhere/wiki/master/scripts/mkr.sh -o ~/.mkr/mkr.sh
source ~/.mkr/mkr.sh source ~/.mkr/mkr.sh
echo "[mkr.sh] Done updating script! Enjoy."
} }
Loading…
Cancel
Save