Skip to content

Commit 6c8dd0d

Browse files
committed
testing asdf
1 parent 51ca2f4 commit 6c8dd0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/install-libsodium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [[ ! $VERSION =~ ^master$ ]] && [[ "$(printf "7.2\n$VERSION" | sort -V | head
99
exit 0
1010
fi
1111

12-
LIBSODIUM_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION
12+
LIBSODIUM_INSTALL_DIR=$HOME/.asdf/installs/php/$VERSION
1313

1414
git clone -b stable https://github.com/jedisct1/libsodium.git
1515

bin/install-password-argon2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313
if [[ $VERSION =~ ^8.1 ]]; then
1414
LIBARGON2_INSTALL_DIR=/usr
1515
else
16-
LIBARGON2_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION
16+
LIBARGON2_INSTALL_DIR=$HOME/.asdf/installs/php/$VERSION
1717
fi
1818

1919

0 commit comments

Comments
 (0)