Advertisement
metalx1000

Private Paste Bin with PrivateBin

Dec 16th, 2022
4,262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. sudo apt install apache2 php php-gd
  2.  
  3. #get the latest release
  4. #https://github.com/PrivateBin/PrivateBin/releases/latest
  5. wget "https://github.com/PrivateBin/PrivateBin/archive/refs/tags/1.5.0.zip" -O /tmp/PasteBin.zip
  6.  
  7. #unpack
  8. cd /var/www/html
  9. sudo unzip /tmp/PasteBin.zip
  10.  
  11. #fix permissions
  12. sudo chown -R www-data:www-data PrivateBin*
  13. sudo chmod -R g+rw PrivateBin*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement