Skip to content

Instantly share code, notes, and snippets.

@swills
Last active August 11, 2016 15:49
Show Gist options
  • Save swills/8a9a9f8a529256f134830c2a1476db0c to your computer and use it in GitHub Desktop.
Save swills/8a9a9f8a529256f134830c2a1476db0c to your computer and use it in GitHub Desktop.
#!/bin/sh
mkdir -p /usr/local/etc/pkg/repos
cat < EOF > /usr/local/etc/pkg/repos/area51.conf
area51: {
url: "http://meatwad.mouf.net/rubick/poudriere/packages/110-amd64-area51/"
priority: 2
}
EOF
cat < EOF > /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
enabled: false
priority: 1
}
EOF
pkg install -y xorg kde5
cat < EOF > /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
enabled: true
priority: 1
}
EOF
cat < EOF > .xinitrc
#!/bin/sh
startkde
EOF
#!/bin/sh
mkdir -p /usr/local/etc/pkg/repos
cat < EOF > /usr/local/etc/pkg/repos/area51.conf
area51: {
url: "http://meatwad.mouf.net/rubick/poudriere/packages/head-amd64-area51/"
priority: 2
}
EOF
cat < EOF > /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
enabled: false
priority: 1
}
EOF
pkg install -y xorg kde5
cat < EOF > /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
enabled: true
priority: 1
}
EOF
cat < EOF > .xinitrc
#!/bin/sh
startkde
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment