daily pastebin goal
32%
SHARE
TWEET

Untitled

a guest Feb 16th, 2012 21 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/sh
  2.  
  3. cd /tmp;
  4. rm -rf upgrades && mkdir upgrades
  5.         cd upgrades;
  6.                 wget ftp://ftp.eu.openbsd.org/pub/OpenBSD/snapshots/amd64/*.tgz
  7.                         wget ftp://ftp.eu.openbsd.org/pub/OpenBSD/snapshots/amd64/bsd.mp
  8.         mv /bsd /oldbsd
  9. mv bsd.mp /bsd
  10.                         sysmerge -s etc* -x xetc*
  11.                 rm *etc*
  12.         for i in *; do tar xzvfp $i -C /; done
  13. cd ..
  14.         rm -rf upgrades && cd /dev;
  15.                                 ./MAKEDEV all
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top