Advertisement
dcuddihy-acr-me

Untitled

Dec 22nd, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #
  2. # curl -s http://pastebin.com/raw/3Di5Gc0Q | sed 's/\r//g'
  3. #
  4. set -x
  5. set -e
  6. TGT=/opt/bbginger/current/bin/fbsys-minbars-consolidate
  7. PATCH=/tmp/minibar-patch
  8. wget -O ${PATCH} http://pastebin.com/raw/CrCyFZbn
  9. cp ${TGT} /tmp/bu-$(date +%s%N)
  10. patch ${TGT} ${PATCH}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement