Unverified Commit a274019c authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Add desktop install as parameter



Tested on arm64 Bionic
Signed-off-by: default avatarIgor Pecovnik <igor.pecovnik@gmail.com>
parent 31bf6217
...@@ -76,6 +76,7 @@ if [[ $1 == "--help" ]]; then ...@@ -76,6 +76,7 @@ if [[ $1 == "--help" ]]; then
echo "Update, upgrade and reboot: ${BASH_SOURCE[0]} main=System selection=Firmware" echo "Update, upgrade and reboot: ${BASH_SOURCE[0]} main=System selection=Firmware"
echo "Switch to nightly builds: ${BASH_SOURCE[0]} main=System selection=Nightly" echo "Switch to nightly builds: ${BASH_SOURCE[0]} main=System selection=Nightly"
echo "Switch to stable builds: ${BASH_SOURCE[0]} main=System selection=Stable" echo "Switch to stable builds: ${BASH_SOURCE[0]} main=System selection=Stable"
echo "Install default desktop: ${BASH_SOURCE[0]} main=System selection=Default"
echo "Change to ZSH: ${BASH_SOURCE[0]} main=System selection=ZSH" echo "Change to ZSH: ${BASH_SOURCE[0]} main=System selection=ZSH"
echo "Change to BASH: ${BASH_SOURCE[0]} main=System selection=BASH" echo "Change to BASH: ${BASH_SOURCE[0]} main=System selection=BASH"
echo "Change to stable repository [branch=dev]: ${BASH_SOURCE[0]} main=System selection=Stable" echo "Change to stable repository [branch=dev]: ${BASH_SOURCE[0]} main=System selection=Stable"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment