mirror of
https://github.com/ilyakooo0/xmrig-bash-scripts.git
synced 2024-11-22 12:31:57 +03:00
10 lines
96 B
Bash
Executable File
10 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git pull
|
|
|
|
# install
|
|
. install.sh
|
|
sleep 5
|
|
|
|
echo "${_GREEN}UPDATE COMPLETE${_RESET}"
|