Skip to content

Instantly share code, notes, and snippets.

@arturfog
Created June 21, 2018 17:23
Show Gist options
  • Save arturfog/94b0e188161ad33a20017120ee4ab10a to your computer and use it in GitHub Desktop.
Save arturfog/94b0e188161ad33a20017120ee4ab10a to your computer and use it in GitHub Desktop.
apt update && apt install -y sudo \
mc \
alsa-utils \
libgl1-mesa-dri \
libgl1-mesa-glx \
hicolor-icon-theme \
ca-certificates \
libcanberra-gtk* \
libpulse0 \
chromium-browser
useradd -G sudo,audio,video -s /bin/bash -m -d /home/artur artur \
&& mkdir -p /home/artur/Downloads && groupmod -g 995 audio && groupmod -g 986 video && passwd artur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment