lynx entfernt
This commit is contained in:
parent
7a17528ad0
commit
adc2322e1b
@ -7,13 +7,6 @@ else
|
|||||||
app_root=$1
|
app_root=$1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/usr/bin/which lynx > /dev/null 2>&1
|
|
||||||
if [ ! $? = 0 ]
|
|
||||||
then
|
|
||||||
echo "lynx ist nicht installiert"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -e "$app_root" ]
|
if [ -e "$app_root" ]
|
||||||
then
|
then
|
||||||
gitea_local_version=$($app_root --version | awk '{print $3}')
|
gitea_local_version=$($app_root --version | awk '{print $3}')
|
||||||
|
Loading…
Reference in New Issue
Block a user