Skip to content

Instantly share code, notes, and snippets.

@subaddiction
Last active August 29, 2015 14:03
Show Gist options
  • Save subaddiction/f993de12b475d4533907 to your computer and use it in GitHub Desktop.
Save subaddiction/f993de12b475d4533907 to your computer and use it in GitHub Desktop.
Configure a sid basic environment
#!/bin/bash
# Configure a sid basic environment
# execute as root
cd
mkdir sid-chroot
debootstrap sid sid-chroot
# chroot sid-chroot
# apt-get install libqtgui4 libqt4-network qtcurves locales-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment