Skip to content

Instantly share code, notes, and snippets.

View Kanabanarama's full-sized avatar

Kana Lantzsch Kanabanarama

View GitHub Profile
@Kanabanarama
Kanabanarama / chromeos-setup
Last active November 26, 2019 22:02
Configure ChromeOS Linux for a full stack developer.
#!/bin/sh
PLATFORM=$(cat /proc/device-tree/model)
if echo $PLATFORM | grep 'Raspberry Pi'; then
echo "🍓 I'm a Raspberry Pi!"
sudo apt install -y ufw
fi
# Configure ChromeOS Linux for a full stack developer.