Last active
August 29, 2015 14:03
-
-
Save subaddiction/f993de12b475d4533907 to your computer and use it in GitHub Desktop.
Configure a sid basic environment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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