Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neutrinet_ynh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ilja
neutrinet_ynh
Commits
7af98e2f
Commit
7af98e2f
authored
Jun 08, 2016
by
Laurent Peuch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] ensure that we update apt list before installing, some people doesn't do that
parent
28f36d74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
scripts/install
scripts/install
+2
-1
scripts/upgrade
scripts/upgrade
+1
-0
No files found.
scripts/install
View file @
7af98e2f
...
...
@@ -11,6 +11,7 @@ install_renew_cert() {
sudo rm -rf $RENEW_CERT_PATH
fi
sudo apt-get update
sudo apt-get install -y python-virtualenv
sudo git clone https://github.com/neutrinet/renew_cert $RENEW_CERT_PATH
...
...
@@ -37,7 +38,7 @@ renew_cert() {
cd $install_dir
}
sudo yunohost app setting neutrinet version -v "0.1"
sudo yunohost app setting neutrinet version -v "0.1
.1
"
sudo yunohost app fetchlist -n neutrinet -u https://neutrinet.be/apps.json
sudo yunohost app fetchlist -n labriqueinternet -u https://labriqueinter.net/apps/labriqueinternet.json
...
...
scripts/upgrade
0 → 100644
View file @
7af98e2f
echo "Nothing to do to upgrade"
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