3 lines
77 B
Bash
3 lines
77 B
Bash
#!/bin/sh
|
|
apt update -y && apt install curl -y
|
|
./draupnir-entrypoint.sh "bot" |
#!/bin/sh
|
|
apt update -y && apt install curl -y
|
|
./draupnir-entrypoint.sh "bot" |