cherry pick nextcloud proxy

This commit is contained in:
Luis Guzmán 2020-05-02 19:21:53 -05:00
parent 1580abcc8e
commit ac77b88082
1 changed files with 3 additions and 2 deletions

View File

@ -26,6 +26,7 @@ APACHE_2=$(dpkg-query -W -f='${Status}' apache2 2>/dev/null | grep -c "ok instal
NGINX=$(dpkg-query -W -f='${Status}' nginx 2>/dev/null | grep -c "ok installed")
DIST=$(lsb_release -sc)
GOOGL_REPO="/etc/apt/sources.list.d/dl_google_com_linux_chrome_deb.list"
PROSODY_REPO=$(apt-cache policy | grep http | grep prosody| awk '{print $3}' | head -n 1 | cut -d "/" -f2)
if [ $DIST = flidas ]; then
DIST="xenial"