fix typo bin/go to be go/bin

This commit is contained in:
ChristopherHX
2023-08-28 12:57:58 +02:00
committed by GitHub
parent f5b36f262a
commit 6c13d58a76
+1 -1
View File
@@ -55,7 +55,7 @@ for V in $(jq -r '.toolcache[] | select(.name == "go") | .versions[]' "/imagegen
fi
done
sed "s|PATH=|PATH=$HOME/bin/go:|g" -i /etc/environment
sed "s|PATH=|PATH=$HOME/go/bin:|g" -i /etc/environment
printf "\n\t🐋 Cleaning image 🐋\t\n"
apt-get clean