Update unifi-install.sh

This commit is contained in:
tteckster 2022-03-26 05:00:28 -04:00 committed by GitHub
parent 0587e821bc
commit 93200c0e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ apt-get install -y sudo &>/dev/null
echo -e "${CM}${CL} \r" echo -e "${CM}${CL} \r"
echo -en "${GN} Installing UniFi Network Application... " echo -en "${GN} Installing UniFi Network Application... "
wget -qL https://get.glennr.nl/unifi/install/install_latest/unifi-latest.sh && bash unifi-latest.sh --skip wget -qL https://get.glennr.nl/unifi/install/install_latest/unifi-latest.sh && bash unifi-latest.sh --skip &>/dev/null
echo -e "${CM}${CL} \r" echo -e "${CM}${CL} \r"
PASS=$(grep -w "root" /etc/shadow | cut -b6); PASS=$(grep -w "root" /etc/shadow | cut -b6);