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_cube_install
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Neutrinet
neutrinet_cube_install
Commits
95e84fd3
Commit
95e84fd3
authored
May 16, 2020
by
HgO
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove custom Yunohost apps list
parent
44cd1432
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
neutrinet_cube_install.sh
neutrinet_cube_install.sh
+1
-4
No files found.
neutrinet_cube_install.sh
View file @
95e84fd3
...
...
@@ -845,15 +845,12 @@ function flash_sd_card() {
}
function
create_custom_script
()
{
cat
<<
"
EOF
" >
$CUSTOM_SCRIPT_PATH
cat
>
$CUSTOM_SCRIPT_PATH
<<
"
EOF
"
#!/bin/bash
# Adding neutrinet specifics
main_domain=
$(
yunohost tools maindomain
--output
=
plain
)
yunohost app fetchlist -n neutrinet -u https://apps.neutrinet.be/stable.json --debug
yunohost app fetchlist --debug
yunohost app install neutrinet --force --debug --args "domain=
${
main_domain
}
&path=/neutrinet"
EOF
}
...
...
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