SHARE
TWEET
Untitled
a guest
Feb 16th, 2012
21
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #!/bin/sh
- cd /tmp;
- rm -rf upgrades && mkdir upgrades
- cd upgrades;
- wget ftp://ftp.eu.openbsd.org/pub/OpenBSD/snapshots/amd64/*.tgz
- wget ftp://ftp.eu.openbsd.org/pub/OpenBSD/snapshots/amd64/bsd.mp
- mv /bsd /oldbsd
- mv bsd.mp /bsd
- sysmerge -s etc* -x xetc*
- rm *etc*
- for i in *; do tar xzvfp $i -C /; done
- cd ..
- rm -rf upgrades && cd /dev;
- ./MAKEDEV all
RAW Paste Data

