axebps commited on
Commit
5cbd425
·
verified ·
1 Parent(s): be37709

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -0
entrypoint.sh CHANGED
@@ -1,5 +1,6 @@
1
  #!/bin/bash
2
 
 
3
  curl -L "https://github.com/redlib-org/redlib/releases/latest/download/redlib-x86_64-unknown-linux-musl.tar.gz" | \
4
  tar xz -C /home/ubuntu/.local/bin/ && \
5
  redlib -p 7860
 
1
  #!/bin/bash
2
 
3
+ mkdir -p /home/ubuntu/.local/bin && \
4
  curl -L "https://github.com/redlib-org/redlib/releases/latest/download/redlib-x86_64-unknown-linux-musl.tar.gz" | \
5
  tar xz -C /home/ubuntu/.local/bin/ && \
6
  redlib -p 7860