Skip to content
This repository was archived by the owner on Jul 12, 2025. It is now read-only.

Commit 9ea7521

Browse files
committed
Update install.sh
1 parent 46d08b1 commit 9ea7521

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ if [ ! -z ${_BUILD_ARG_ASDF} ]; then
1616
# Build args are exposed to this entire feature set following the pattern: _BUILD_ARG_<FEATURE ID>_<OPTION NAME>
1717
VERSION=${_BUILD_ARG_ASDF_VERSION}
1818

19-
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch $VERSION
19+
git clone https://github.com/asdf-vm/asdf.git /usr/local/asdf --branch $VERSION
20+
chmod +x /usr/local/asdf/asdf.sh
2021

21-
echo ". $HOME/.asdf/asdf.sh" >> ~/.bashrc
22+
echo ". /usr/local/asdf/asdf.sh" >> ~/.bashrc
2223
fi

0 commit comments

Comments
 (0)