File size: 250 Bytes
472154b
 
7f560d1
 
472154b
7f560d1
 
1
2
3
4
5
6
7
8
import subprocess

# Download Google Chrome
subprocess.run(['wget', 'https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb'])

# Install Google Chrome
subprocess.run(['apt', 'install', './google-chrome-stable_current_amd64.deb'])