From 408f6699e9f2659313487f6f2ed38806196ba0d0 Mon Sep 17 00:00:00 2001 From: rasmus Date: Thu, 12 Dec 2024 22:46:15 +0100 Subject: [PATCH] Update setup-ubuntu.sh --- setup-ubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-ubuntu.sh b/setup-ubuntu.sh index 765a112..2202fbb 100644 --- a/setup-ubuntu.sh +++ b/setup-ubuntu.sh @@ -123,9 +123,9 @@ sudo apt-get install -y ./k9s_linux_amd64.deb > /dev/null rm k9s_linux_amd64.deb # Google Chrome -wget -o /tmp/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb +wget -O /tmp/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo apt-get install -y /tmp/google-chrome-stable_current_amd64.deb -rm google-chrome-stable_current_amd64.deb +rm /tmp/google-chrome-stable_current_amd64.deb # Teamviewer sudo install -m 0755 -d /etc/apt/keyrings