Skip to content

Commit

Permalink
Ubuntu_22.04 - run_all.sh: Chrome install add -y (noninteractive)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Dec 24, 2024
1 parent 9960baa commit a388241
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Ubuntu_22.04/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a388241

Please sign in to comment.