Skip to content

Instantly share code, notes, and snippets.

View mzpqnxow's full-sized avatar
🙈
Look at all this free stuff!

AG mzpqnxow

🙈
Look at all this free stuff!
View GitHub Profile
@KristofferBerg
KristofferBerg / startup.sh
Created February 25, 2025 13:08
Ubuntu 20.04 -> Install chrome and CloudCast extension and start it
#!/bin/bash
# Exit on any error
set -e
echo "Starting Chrome installation and extension setup..."
# Check if Chrome is already installed
if ! command -v google-chrome &> /dev/null; then
echo "Chrome not found. Installing Chrome..."