From 2f7bf8ae47e843ec676afa6dd6adc8d74313c78a Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 29 May 2025 18:46:30 -0400 Subject: [PATCH] Fix GOFLAGS --- config-files/shell-profile | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config-files/shell-profile b/config-files/shell-profile index 0aa33f6..7d43f3d 100644 --- a/config-files/shell-profile +++ b/config-files/shell-profile @@ -23,7 +23,7 @@ export RUSTUP_HOME="$XDG_DATA_HOME"/rustup # GO SETTINGS export GOPATH="$XDG_DATA_HOME"/go export CGO_ENABLED=1 -export GOFLAGS="-trimpath -ldflags='-s -w' -buildvcs=false" +export GOFLAGS='-trimpath "-ldflags=-s -w" -buildvcs=false' #export GOAMD64=v3 # PROTON SETTINGS diff --git a/install.sh b/install.sh index 837dacd..610b3a2 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s Artix Install Script -echo Last updated May 26, 2025 \(rev. B\) +echo Last updated May 29, 2025 \(rev. A\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"