diff --git a/scripts/foo.sh b/scripts/foo.sh deleted file mode 100644 index f77b692..0000000 --- a/scripts/foo.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -cd /root -curl https://dl.google.com/go/go1.19.1.linux-arm64.tar.gz --output go.tgz -tar xvfz go.tgz -curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.49.0 -apt-get install -y git make -export PATH=/root/go/bin:$PATH