Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ansible
Manage
Activity
Members
Labels
Plan
Issues
13
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
ansible
Commits
e1613ff8
Verified
Commit
e1613ff8
authored
5 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
Added upgrade instruction during install
parent
d823fbef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#4999
passed with stage
in 13 seconds
Changes
2
Pipelines
172
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
install.sh
+1
-0
1 addition, 0 deletions
install.sh
upgrade.sh
+1
-1
1 addition, 1 deletion
upgrade.sh
with
2 additions
and
1 deletion
install.sh
+
1
−
0
View file @
e1613ff8
...
...
@@ -200,6 +200,7 @@ do_install() {
fi
echo
" - You can run management commands by calling
$base_path
/manage, e.g
$base_path
/manage import_files"
echo
' - To upgrade to the latest version, run: sh -c "$(curl -sSL https://get.funkwhale.audio/upgrade.sh)"'
fi
}
...
...
This diff is collapsed.
Click to expand it.
upgrade.sh
+
1
−
1
View file @
e1613ff8
...
...
@@ -2,7 +2,7 @@
set
-eu
# This script is meant for quick & easy upgrade of Funkwhale pods installed via:
# $ sh -c "$(curl -sSL https://get.funkwhale.audio/)"
# $ sh -c "$(curl -sSL https://get.funkwhale.audio/
upgrade.sh
)"
#
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment