Skip to content

Commit 51ca2f4

Browse files
committed
testing asdf
1 parent 9060b6f commit 51ca2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-libzip

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

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

1414
# uninstall system-wide zip packages
1515
sudo apt-get purge $(dpkg -l | awk '/^ii/ && /libzip/ {print $2}' | cut -f1 -d:)

0 commit comments

Comments
 (0)