We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9060b6f commit 51ca2f4Copy full SHA for 51ca2f4
bin/install-libzip
@@ -9,7 +9,7 @@ if [[ ! $VERSION =~ ^master$ ]] && [[ "$(printf "7.3\n$VERSION" | sort -V | head
9
exit 0
10
fi
11
12
-LIBZIP_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION
+LIBZIP_INSTALL_DIR=$HOME/.asdf/installs/php/$VERSION
13
14
# uninstall system-wide zip packages
15
sudo apt-get purge $(dpkg -l | awk '/^ii/ && /libzip/ {print $2}' | cut -f1 -d:)
0 commit comments