79bdb80
5cbd425
79bdb80
5c8fb01
79bdb80 |
|
#!/bin/bash
mkdir -p /home/ubuntu/.local/bin && \
curl -L "https://github.com/redlib-org/redlib/releases/latest/download/redlib-x86_64-unknown-linux-musl.tar.gz" | \
tar xz -C /home/ubuntu/.local/bin/ && \
redlib -p 7860
|