diff --git a/Tools/update.sh b/Tools/update.sh new file mode 100644 index 00000000..474e0a88 --- /dev/null +++ b/Tools/update.sh @@ -0,0 +1,10 @@ +#!/bin/sh +sudo apt update && sudo apt upgrade -y +sudo apt install git +cd +rm -rf duino-coin +git clone https://github.com/revoxhere/duino-coin.git +cd duino-coin +python3 -m pip install -r requirements.txt +chmod +x update.sh +clear