Browse Source

[enhancement] mkr-update is silent

pull/1/head
Muthu Kumar 7 years ago
parent
commit
eda7322ae5
  1. 2
      scripts/mkr.sh

2
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."
}
Loading…
Cancel
Save