mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge branch '4.8' into 4.9
This commit is contained in:
commit
b81683b742
@ -51,7 +51,8 @@ echo -e "\nCleaning up stale files in /tmp: "
|
|||||||
sudo find /tmp -type f -mtime +2 | grep -v "`sudo lsof | grep /tmp |awk '{print $9}'|sed -e '1 d' |sort |uniq | tr \\n \|`" | xargs sudo rm -vf
|
sudo find /tmp -type f -mtime +2 | grep -v "`sudo lsof | grep /tmp |awk '{print $9}'|sed -e '1 d' |sort |uniq | tr \\n \|`" | xargs sudo rm -vf
|
||||||
|
|
||||||
echo -e "\nUpdating the system: "
|
echo -e "\nUpdating the system: "
|
||||||
sudo apt-get -q -y update > /dev/null
|
sudo apt-get -y clean
|
||||||
|
sudo apt-get -y update > /dev/null
|
||||||
|
|
||||||
echo -e "\nInstalling MySQL: "
|
echo -e "\nInstalling MySQL: "
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user