rufusnufus

bash script for running new storage server

Oct 7th, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #!/bin/bash
  2. sudo su
  3. apt update
  4. apt install snapd
  5. snap install docker
  6. git clone https://github.com/KamilRizatdinov/plenilune.git
  7. cd plenilune/storage_server
  8. docker-compose up --build -d
Add Comment
Please, Sign In to add comment