mirror of
https://github.com/vincenthsu/systemd-ngrok.git
synced 2025-02-06 15:05:48 +00:00
commit
edcc59014f
|
@ -5,6 +5,11 @@ if [ ! $(which wget) ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ! $(which git) ]; then
|
||||||
|
echo 'Please install git package'
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
if [ ! $(which unzip) ]; then
|
if [ ! $(which unzip) ]; then
|
||||||
echo 'Please install zip package'
|
echo 'Please install zip package'
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user