Skip to content

Commit

Permalink
Merge pull request #593 from arakasi72/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
arakasi72 authored Mar 6, 2022
2 parents 095db1a + 7e57727 commit 39c28cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/rtinst
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@ if [ "$relno" = "20" ] || [ "$(lsb_release -sr)" = "20.04" ] || [ "$relno" = "11
libcver=libcurl4
fi

if [ "$relno" = "21" ] || [ "$(lsb_release -sr)" = "21.04" ]; then
phpver=php7.4
phploc=/etc/php/7.4
libcver=libcurl4
fi

serveripa=$(ip route get 8.8.8.8 | awk 'NR==1 {print $7}')
serveripb=$(wget -qO- --timeout=3 ipecho.net/plain)
serveripc=$(wget -qO- --timeout=3 ipinfo.io/ip)
Expand Down

0 comments on commit 39c28cc

Please sign in to comment.