From 690e277fe1a8b075c5f169e9cf4bfc28c6868490 Mon Sep 17 00:00:00 2001 From: rasmus Date: Thu, 12 Dec 2024 20:13:29 +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 68799ee..8bb92f8 100644 --- a/setup-ubuntu.sh +++ b/setup-ubuntu.sh @@ -117,8 +117,8 @@ sudo apt-get install -y ./k9s_linux_amd64.deb > /dev/null rm k9s_linux_amd64.deb # Google Chrome -wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -sudo apt-get install -y ./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 # Teamviewer