6 lines
169 B
Plaintext
6 lines
169 B
Plaintext
|
#!/bin/bash
|
||
|
cd /tmp/authelia/
|
||
|
. /root/.bashrc
|
||
|
PATH=$PATH:/usr/local/go/bin bash bootstrap.sh
|
||
|
PATH=$PATH:/usr/local/go/bin ./cmd/authelia-scripts/authelia-scripts build
|