Skip to content

Commit

Permalink
Add call to Armbian installer
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Dec 6, 2023
1 parent 0d82d34 commit 1994b8a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions lib/armbian-configng/system/armbian-install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/bin/bash
#
# Copyright (c) Authors: http://www.armbian.com/authors, [email protected]
#
# This file is licensed under the terms of the GNU General Public
# License version 2. This program is licensed "as is" without any
# warranty of any kind, whether express or implied.


# @description Armbian installer
#
# @exitcode 0 If successful.
#
# @options none.
#
function system::Install(){

armbian-install
return 0
}

0 comments on commit 1994b8a

Please sign in to comment.