Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install chrome ubuntu automatic update

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 

sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

sudo apt update 
sudo apt install google-chrome-stable
Source by www.ubuntuupdates.org #
 
PREVIOUS NEXT
Tagged: #install #chrome #ubuntu #automatic #update
ADD COMMENT
Topic
Name
2+1 =