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 ```