update
This commit is contained in:
9
chrome/install.sh
Normal file
9
chrome/install.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#! /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
|
||||
Reference in New Issue
Block a user