Skip to content

Commit

Permalink
Automatic documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Oct 6, 2024
1 parent fc71088 commit 27455ee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ sudo armbian-config
- **L01** - Change Locales reconfigure the language and character set
- **L02** - Change Keyboard layout
- **L03** - Change APT mirrors
- **L04** - Change System Hostname


- ## **Software**
Expand Down Expand Up @@ -138,6 +139,7 @@ Outputs:
--cmd L01 - Change Locales reconfigure the language and character set
--cmd L02 - Change Keyboard layout
--cmd L03 - Change APT mirrors
--cmd L04 - Change System Hostname
Software - Run/Install 3rd party applications (Update the package lists.)
Desktops - Install Desktop Environments
Expand Down Expand Up @@ -490,6 +492,17 @@ Jobs:
get_user_continue "This is only a frontend test" process_input
~~~
### L04
Change System Hostname
Jobs:
~~~
NEW_HOSTNAME=$(whiptail --title "Enter new hostnane" --inputbox "" 7 50 3>&1 1>&2 2>&3)
[ $? -eq 0 ] && [ -n "${NEW_HOSTNAME}" ] && hostnamectl set-hostname "${NEW_HOSTNAME}"
~~~
### Desktops
Install Desktop Environments
Expand Down

0 comments on commit 27455ee

Please sign in to comment.