Advertisement
otakana

Untitled

Oct 20th, 2024
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #!/bin/bash -l
  2. #This fsckery is required to deal with the
  3. #Executing 3proxy-0.9.4-r1.pre-install
  4. #ERROR: 3proxy-0.9.4-r1: failed to rename var/log/.apk.b27839e976b1d6dd843e1c0ac35b031ffb3ea7065631a282 to var/log/3proxy.
  5. #issue
  6. sudo mkdir -p /usr/local/3proxy/logs
  7. sudo apk add 3proxy@edge-testing
  8. sudo apk del 3proxy
  9. sudo rm -rf /var/log/3proxy
  10. #now an install is possible
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement