Skip to content

Commit

Permalink
Install to internal storage - calling armbian-install script (#48)
Browse files Browse the repository at this point in the history
* Install to internal storage - calling armbian-install script

* Update config.ng.jobs.json

Check if armbian-install is present to show menu item

---------

Co-authored-by: Joey Turner <[email protected]>
  • Loading branch information
igorpecovnik and Tearran authored Sep 1, 2024
1 parent 2ba14a4 commit 3808298
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/armbian-configng/config.ng.jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,20 @@
"src_reference": "https://github.com/armbian/config/blob/master/debian-config-jobs#L160",
"author": "https://github.com/Tearran",
"condition": "are_headers_installed"
},
{
"id": "S06",
"description": "Install to internal storage",
"command": [
"armbian-install"
],
"status": "Pending Review",
"doc_link": "https://github.com/armbian/config/wiki#System",
"src_reference": "",
"author": "https://github.com/igorpecovnik",
"condition": "[[ -n $(ls /sbin/armbian-install) ]]"
}

]
},
{
Expand Down

0 comments on commit 3808298

Please sign in to comment.