meta: add CI to build debian package #1

Merged
restitux merged 33 commits from ci into master 2025-12-24 07:36:36 +00:00
Showing only changes of commit 76cd206046 - Show all commits
+1 -1
View File
@@ -15,7 +15,7 @@ main() {
mkdir golang
cd golang
GO_VERSION=$(curl -s 'https://go.dev/VERSION?m=text' | head -n1)
GOLANG_URL="https://go.dev/dl/$(GO_VERSION).linux-amd64.tar.gz"
GOLANG_URL="https://go.dev/dl/${GO_VERSION}.linux-amd64.tar.gz"
wget "${GOLANG_URL}"
tar xzf "${GO_VERSION}.linux-amd64.tar.gz"
ls -lah