Changed to apt

This commit is contained in:
2021-11-24 09:13:58 +01:00
parent 31457ed6d3
commit 7af77e9255
25 changed files with 43 additions and 31 deletions

View File

@@ -5,5 +5,5 @@ install_chrome() {
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i ./google-chrome-stable_current_amd64.deb
rm google-chrome-stable_current_amd64.deb
sudo apt-get install chrome-gnome-shell -y
sudo apt install chrome-gnome-shell -y
}