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
Incidents
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
b3ebcf96
Commit
b3ebcf96
authored
Jun 07, 2016
by
Laurent Peuch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] various fixes
parent
e6b1f124
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
scripts/install
scripts/install
+12
-6
No files found.
scripts/install
View file @
b3ebcf96
set -e
RENEW_CERT_PATH=/opt/neutrinet/renew_cert
install_renew_cert() {
set -e
install_dir=$(pwd)
sudo apt-get install -y python-virtualenv
sudo git clone https://github.com/neutrinet/renew_cert
/opt
sudo git clone https://github.com/neutrinet/renew_cert
$RENEW_CERT_PATH
git checkout a6d09c2d77ce9bd4161d56e93fc5ce03187ad51c || echo ""
install_dir=$(pwd)
cd /opt/renew_cert
# I need system site packages otherwise moulinette is broken
...
...
@@ -21,11 +23,15 @@ install_renew_cert() {
}
renew_cert() {
cd /opt/renew_cert
set -e
install_dir=$(pwd)
cd $RENEW_CERT_PATH
sudo ve/bin/python renew_from_cube.py
}
path=${path%/}
cd $install_dir
}
sudo yunohost app setting neutrinet version -v "0.1"
...
...
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