5 lines
169 B
Bash
Executable file
5 lines
169 B
Bash
Executable file
#!/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
|