DeepForge-Tech / DeepForge-Toolset

DeepForge Toolset - cross-platform installer of necessary tools for programming.
MIT License
3 stars 2 forks source link

Add support installation of Google Chrome #79

Open Blackflame576 opened 10 months ago

Blackflame576 commented 10 months ago

Winget: winget install -e --id Google.Chrome Brew: brew install --cask google-chrome Snap: ManualInstallation

FireBushi commented 10 months ago

Winget: winget install -e --id Google.Chrome Brew: brew install --cask google-chrome Snap: ManualInstallation

Blackflame576 commented 10 months ago
  1. sudo apt install wget -y
  2. wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  3. sudo apt install ./google-chrome-stable_current_amd64.deb