diff --git a/lib/armbian-configng/system/armbian-install.sh b/lib/armbian-configng/system/armbian-install.sh new file mode 100644 index 000000000..688448636 --- /dev/null +++ b/lib/armbian-configng/system/armbian-install.sh @@ -0,0 +1,21 @@ +#!/bin/bash +# +# Copyright (c) Authors: http://www.armbian.com/authors, info@armbian.com +# +# 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 +} +