Skip to content

Instantly share code, notes, and snippets.

View mauro-moreno's full-sized avatar

Mauro Moreno mauro-moreno

View GitHub Profile
@mauro-moreno
mauro-moreno / kiosker.sh
Created May 11, 2016 18:30
Creates a kiosk computer based on a clean installation of Debian Jessie with Chrome
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo '# Chrome' >> /etc/apt/sources.list
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' >> /etc/apt/sources.list
gpg --keyserver keys.gnupg.net --recv-key A040830F7FAC5991
gpg --export --armor A040830F7FAC5991 | apt-key add -