Crypto-Noso/arm64/README.md
2021-12-11 17:37:59 +01:00

15 lines
508 B
Markdown

noso-go.sh
```
rm noso-go.sh;wget -q https://git.sthope.dev/sthope/Crypto-Noso/raw/branch/master/arm64/noso-go.sh;chmod +x noso-go.sh
```
noso-go
```
rm noso-go;wget -q https://git.sthope.dev/sthope/Crypto-Noso/raw/branch/master/arm64/noso-go;chmod +x noso-go
```
All-in-one
```
rm noso-go.sh noso-go;wget -q https://git.sthope.dev/sthope/Crypto-Noso/raw/branch/master/arm64/noso-go.sh;wget -q https://git.sthope.dev/sthope/Crypto-Noso/raw/branch/master/arm64/noso-go;chmod +x noso-go.sh noso-go;ls -l
```