Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
barslmn
ansible
Commits
a39818c7
Commit
a39818c7
authored
Oct 31, 2020
by
barslmn
Browse files
Update install.sh
parent
88a456f1
Pipeline
#12528
failed with stage
in 23 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
install.sh
View file @
a39818c7
...
@@ -7,7 +7,7 @@ set -eu
...
@@ -7,7 +7,7 @@ set -eu
# If Ansible step fails with ascii decore error, ensure you have a locale properly set on
# If Ansible step fails with ascii decore error, ensure you have a locale properly set on
# your system e.g apt-get install -y locales locales-all
# your system e.g apt-get install -y locales locales-all
export
LANG
=
"en_US.UTF-8"
export
LANG
=
"en_US.UTF-8"
funkwhale_version
=
"
${
FUNKWHALE_VERSION
-
funkwhale_version_placeholder
}
"
funkwhale_version
=
"
${
FUNKWHALE_VERSION
-
1.0.1
}
"
funkwhale_hostname
=
"
${
FUNKWHALE_DOMAIN
-
}
"
funkwhale_hostname
=
"
${
FUNKWHALE_DOMAIN
-
}
"
funkwhale_admin_email
=
"
${
FUNKWHALE_ADMIN_EMAIL
-
}
"
funkwhale_admin_email
=
"
${
FUNKWHALE_ADMIN_EMAIL
-
}
"
funkwhale_admin_username
=
"
${
FUNKWHALE_ADMIN_USERNAME
-
}
"
funkwhale_admin_username
=
"
${
FUNKWHALE_ADMIN_USERNAME
-
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment