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