From 8ad3be4bc24e5bb6298b83d7012917d47db2eb93 Mon Sep 17 00:00:00 2001 From: omissis Date: Sun, 11 Sep 2022 16:06:08 +0200 Subject: [PATCH] chore: remove scripts dir --- scripts/foo.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 scripts/foo.sh 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