10 lines
223 B
Bash
10 lines
223 B
Bash
#! /bin/bash
|
|
|
|
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
|
|
|
sudo dpkg -i google-chrome-stable_current_amd64.deb
|
|
|
|
sudo apt install -f -y
|
|
|
|
sudo dpkg -i google-chrome-stable_current_amd64.deb
|