Update unifi-install.sh
This commit is contained in:
parent
0587e821bc
commit
93200c0e33
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue