fix typo bin/go to be go/bin
This commit is contained in:
@@ -55,7 +55,7 @@ for V in $(jq -r '.toolcache[] | select(.name == "go") | .versions[]' "/imagegen
|
|||||||
fi
|
fi
|
||||||
done
|
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"
|
printf "\n\t🐋 Cleaning image 🐋\t\n"
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|||||||
Reference in New Issue
Block a user