Fix bugs with installing asdf and yarn

This commit is contained in:
2023-10-24 17:39:30 +01:00
parent bede8195d9
commit 0fd47291a8

View File

@@ -87,6 +87,7 @@ fi
if [ ! -d "$HOME/.asdf" ] ; then
git clone https://github.com/asdf-vm/asdf.git "$HOME/.asdf"
. bashrc.d/asdf.bash
else
echo "Already have $HOME/.asdf"
git -C ~/.asdf pull
@@ -106,6 +107,8 @@ for plugin in $ADD_AND_INSTALL ; do
done
unset ADD_AND_INSTALL
# Enable Yarn
corepack enable
asdf reshim
go install github.com/go-delve/delve/cmd/dlv@latest