Skip to content

Commit

Permalink
Remove apk check from install script
Browse files Browse the repository at this point in the history
Currently, the npm-package feature doesn't support Alpine, so this check has been removed for now.
  • Loading branch information
SimonShirley committed Jan 16, 2025
1 parent 9628f88 commit f13e96e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/shopify-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ if [ -x "/usr/bin/apt-get" ] ; then
install \
apt-get \
"xdg-utils"
elif [ -x "/sbin/apk" ] ; then
$nanolayer_location \
install \
apk \
"xdg-utils"
else
echo "Distro not supported"
exit 1
Expand Down

0 comments on commit f13e96e

Please sign in to comment.