xmrig-bash-scripts/update.sh

10 lines
96 B
Bash
Raw Normal View History

2019-08-09 16:31:41 +03:00
#!/bin/bash
git pull
# install
. install.sh
sleep 5
2019-08-10 18:27:01 +03:00
2019-08-10 20:43:18 +03:00
echo "${_GREEN}UPDATE COMPLETE${_RESET}"