From 620f5d16d748fda8b74d1503d18a0e895e05da10 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Sat, 30 Oct 2021 19:12:59 -0500 Subject: [PATCH] changes libusb package --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 075fd6e..fd8606f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,7 +56,7 @@ spec: container("compile") { sh """ apt update - apt install libusb-dev gcc g++ upx-ucl + apt install libusb-1.0-0-dev gcc g++ upx-ucl GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o go-temper ./cmd/go-temper upx --brute go-temper """