refactor(install.sh): don't auto upgrade/update
This commit is contained in:
parent
06d14f1500
commit
8be2856eed
1 changed files with 0 additions and 5 deletions
|
@ -115,11 +115,6 @@ function install_docker() {
|
|||
fi
|
||||
}
|
||||
|
||||
echo "Updating system"
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get update -y
|
||||
echo "Upgrading system"
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -y
|
||||
|
||||
if ! command -v docker >/dev/null; then
|
||||
echo "Installing docker"
|
||||
install_docker "${OS}"
|
||||
|
|
Loading…
Reference in a new issue