Skip to content

Commit 686ecd8

Browse files
committed
fixup! fix: modify install script for alpine
1 parent 8c8346a commit 686ecd8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

install.sh

-5
Original file line numberDiff line numberDiff line change
@@ -484,11 +484,6 @@ distro() {
484484
)
485485
return
486486
fi
487-
488-
if [ -f /etc/alpine-release ]; then
489-
echo "alpine"
490-
return
491-
fi
492487
}
493488

494489
# os_name prints a pretty human readable name for the OS/Distro.

0 commit comments

Comments
 (0)