Laravel Community Tools by
Tighten
Laravel Versions
PHP Releases
Nova Packages
Laravel Tricks
Forge Recipes
Forge Recipes
Staff Picks
All Recipes
Login
Staff Picks
All Recipes
Login
Back to Recipes
Install Google Chrome
3 years ago
atamiso
un-tested
Install the latest Google Chrome on your Forge server
Clone
bash
Copy
# Grab latest Chrome .deb wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O /tmp/chrome.deb # Run the dpkg dpkg -i /tmp/chrome.deb # Install missing dependencies apt --fix-broken -y install apt-get -f -y install # Remove .deb rm /tmp/chrome.deb
Comments
No comments yet.
Log in
to leave a comment.