From a3882414814a918a89c662d618e76157651e2685 Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:52:45 +0100 Subject: [PATCH] Ubuntu_22.04 - run_all.sh: Chrome install add `-y` (noninteractive) --- Ubuntu_22.04/run_all.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Ubuntu_22.04/run_all.sh b/Ubuntu_22.04/run_all.sh index 2f3ed1e51..f446bb8c9 100755 --- a/Ubuntu_22.04/run_all.sh +++ b/Ubuntu_22.04/run_all.sh @@ -22,9 +22,8 @@ sudo install -D -o root -g root -m 644 linux_signing_key.pub /etc/apt/keyrings/l sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/linux_signing_key.pub] http://dl.google.com/linux/chrome/deb/ stable main" \ > /etc/apt/sources.list.d/google-chrome.list' sudo apt-get update -sudo apt-get install google-chrome-stable +sudo apt-get install -y google-chrome-stable chrome-gnome-shell popd -sudo apt-get install chrome-gnome-shell # Run stuff that requires user input first (if not turned off by `--noninteractive`) . interactive_part.sh