diff --git a/webtop/scripts/install.sh b/webtop/scripts/install.sh index 4163c23..877f377 100644 --- a/webtop/scripts/install.sh +++ b/webtop/scripts/install.sh @@ -9,6 +9,10 @@ if [[ ! -f /etc/apt/apt.conf.d/local ]] echo "}" >> /etc/apt/apt.conf.d/local fi +# remove chromium +DEBIAN_FRONTEND=noninteractive apt-get remove -y --purge chromium* +DEBIAN_FRONTEND=noninteractive apt-get autoremove -y + # update docker key sudo apt-get install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings