lynx entfernt

This commit is contained in:
root 2018-12-10 08:07:13 +01:00
parent 7a17528ad0
commit adc2322e1b
1 changed files with 0 additions and 7 deletions

View File

@ -7,13 +7,6 @@ else
app_root=$1
fi
/usr/bin/which lynx > /dev/null 2>&1
if [ ! $? = 0 ]
then
echo "lynx ist nicht installiert"
exit 1
fi
if [ -e "$app_root" ]
then
gitea_local_version=$($app_root --version | awk '{print $3}')