We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942532b commit eb4c33cCopy full SHA for eb4c33c
1 file changed
lib/armbian-configng/config.ng.functions.sh
@@ -232,7 +232,7 @@ function set_runtime_variables(){
232
[[ -z "${ARMBIAN// }" ]] && ARMBIAN="$DISTRO $DISTROID"
233
DEFAULT_ADAPTER=$(ip -4 route ls | grep default | tail -1 | grep -Po '(?<=dev )(\S+)')
234
LOCALIPADD=$(ip -4 addr show dev $DEFAULT_ADAPTER | awk '/inet/ {print $2}' | cut -d'/' -f1)
235
- BACKTITLE="\n"
+ BACKTITLE="\n Contribute: https://github.com/armbian/configng\n"
236
TITLE="Armbian configuration utility"
237
[[ -z "${DEFAULT_ADAPTER// }" ]] && DEFAULT_ADAPTER="lo"
238
0 commit comments