Advertisement
EvenoR

Ora Node

Sep 19th, 2024
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.39 KB | None | 0 0
  1. - - - - 1 - - - -
  2.  
  3. sudo apt update -y && sudo apt upgrade -y
  4.  
  5. - - - - 2 - - - -
  6.  
  7. [ -f "ora.sh" ] && rm ora.sh; wget -q https://raw.githubusercontent.com/cryptoforto/Ora-Node/main/ora.sh && chmod +x ora.sh && ./ora.sh
  8.  
  9. - - - - 3 - - - -
  10.  
  11. apt install nano
  12.  
  13. - - - - 4 - - - -
  14.  
  15. nano .env
  16.  
  17. - - - - 5 - - - -
  18.  
  19. docker logs ora-tora -f -n 100
  20.  
  21. - - - - 6 - - - -
  22.  
  23. rm -rf tora
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement