add bun installer #81

Merged
OCram85 merged 7 commits from add/bun into master 2023-12-18 18:37:26 +01:00
Showing only changes of commit cf271ce2af - Show all commits

View File

@ -121,7 +121,7 @@ function instDotNet() {
function instGoLang() {
if [[ -z "$1" ]]; then
GOVERSION="1.20.6"
GOVERSION="1.21.5"
else
GOVERSION="$1"
fi