mirror of https://github.com/tteck/Proxmox.git
Update mariadb-install.sh
This commit is contained in:
parent
834b9ee636
commit
070beeadec
|
@ -66,7 +66,7 @@ systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
||||||
echo -e "${CM}${CL} \r"
|
echo -e "${CM}${CL} \r"
|
||||||
|
|
||||||
echo -en "${GN} Cleanup... "
|
echo -en "${GN} Cleanup... "
|
||||||
lxc-cmd apt-get autoremove >/dev/null
|
apt-get autoremove >/dev/null
|
||||||
lxc-cmd apt-get autoclean >/dev/null
|
apt-get autoclean >/dev/null
|
||||||
lxc-cmd rm -rf /var/{cache,log}/* /var/lib/apt/lists/*
|
rm -rf /var/{cache,log}/* /var/lib/apt/lists/*
|
||||||
echo -e "${CM}${CL} \n"
|
echo -e "${CM}${CL} \n"
|
||||||
|
|
Loading…
Reference in New Issue