Advertisement
Guest User

Untitled

a guest
Jun 7th, 2021
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.15 KB | None | 0 0
  1. ubuntu:~$ cd unrealircd-5.0.9.1
  2.  
  3. ubuntu:~/unrealircd-5.0.9.1$ wget https://github.com/unrealircd/unrealircd/commit/36097fbdcedeb906c008f7ce49a891781d74ca19.patch
  4.  
  5. --2021-06-07 13:10:32--  https://github.com/unrealircd/unrealircd/commit/36097fbdcedeb906c008f7ce49a891781d74ca19.patch
  6. Resolving github.com (github.com)... 140.82.113.4
  7. Connecting to github.com (github.com)|140.82.113.4|:443... connected.
  8. HTTP request sent, awaiting response... 200 OK
  9. Length: 3437 (3.4K) [text/plain]
  10. Saving to: ‘36097fbdcedeb906c008f7ce49a891781d74ca19.patch’
  11.  
  12. 36097fbdcedeb906c008f7ce49a891781d74ca1 100%[=============================================================================>]   3.36K  --.-KB/s    in 0s      
  13.  
  14. 2021-06-07 13:10:32 (53.3 MB/s) - ‘36097fbdcedeb906c008f7ce49a891781d74ca19.patch’ saved [3437/3437]
  15.  
  16. ubuntu:~/unrealircd-5.0.9.1$ patch -p1 < 36097fbdcedeb906c008f7ce49a891781d74ca19.patch
  17.  
  18. patching file include/h.h
  19. patching file src/misc.c
  20. Hunk #1 succeeded at 583 (offset -1 lines).
  21. Hunk #2 succeeded at 699 (offset -1 lines).
  22. Hunk #3 succeeded at 822 (offset -1 lines).
  23. patching file src/modules/squit.c
  24.  
  25. ubuntu@~/unrealircd-5.0.9.1$
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement