-
This commit is contained in:
parent
f12dec0c75
commit
cddb483499
@ -13,7 +13,6 @@ var_ram="${var_ram:-3072}"
|
|||||||
var_os="${var_os:-debian}"
|
var_os="${var_os:-debian}"
|
||||||
var_version="${var_version:-12}"
|
var_version="${var_version:-12}"
|
||||||
var_unprivileged="${var_unprivileged:-1}"
|
var_unprivileged="${var_unprivileged:-1}"
|
||||||
var_verbose="${var_verbose:-yes}"
|
|
||||||
|
|
||||||
header_info "$APP"
|
header_info "$APP"
|
||||||
variables
|
variables
|
||||||
|
@ -58,7 +58,6 @@ mkdir -p /opt/koel_{media,sync}
|
|||||||
curl -fsSL https://github.com/koel/koel/releases/download/${RELEASE}/koel-${RELEASE}.zip -o /opt/koel.zip
|
curl -fsSL https://github.com/koel/koel/releases/download/${RELEASE}/koel-${RELEASE}.zip -o /opt/koel.zip
|
||||||
unzip -q /opt/koel.zip
|
unzip -q /opt/koel.zip
|
||||||
cd /opt/koel
|
cd /opt/koel
|
||||||
#$STD apt-get install composer -y
|
|
||||||
mv .env.example .env
|
mv .env.example .env
|
||||||
$STD composer install --no-interaction
|
$STD composer install --no-interaction
|
||||||
sed -i -e "s/DB_CONNECTION=.*/DB_CONNECTION=pgsql/" \
|
sed -i -e "s/DB_CONNECTION=.*/DB_CONNECTION=pgsql/" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user