mirror of
https://github.com/bitwarden/server.git
synced 2025-01-21 21:41:21 +01:00
download sh not ps1
This commit is contained in:
parent
eb5a6af2f0
commit
f5681a0e80
@ -48,7 +48,7 @@ then
|
||||
fi
|
||||
|
||||
function downloadRunFiles() {
|
||||
curl -s -o $SCRIPTS_DIR/run.sh $GITHUB_BASE_URL/scripts/run.ps1
|
||||
curl -s -o $SCRIPTS_DIR/run.sh $GITHUB_BASE_URL/scripts/run.sh
|
||||
chmod u+x $SCRIPTS_DIR/run.sh
|
||||
curl -s -o $DOCKER_DIR/docker-compose.yml $GITHUB_BASE_URL/docker/docker-compose.yml
|
||||
curl -s -o $DOCKER_DIR/docker-compose.$OS.yml $GITHUB_BASE_URL/docker/docker-compose.$OS.yml
|
||||
|
Loading…
Reference in New Issue
Block a user