Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
revoxhere
GitHub Repository: revoxhere/duino-coin
Path: blob/master/Tools/update.sh
925 views
1
#!/bin/sh
2
sudo apt update && sudo apt upgrade -y
3
sudo apt install git
4
cd
5
rm -rf duino-coin
6
git clone https://github.com/revoxhere/duino-coin.git
7
cd duino-coin
8
python3 -m pip install -r requirements.txt
9
chmod +x Tools/update.sh
10
clear
11
12