OSDN Git Service

[change] : fullbuild default
authorhayao <shun819.mail@gmail.com>
Wed, 22 Jul 2020 05:08:32 +0000 (14:08 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 22 Jul 2020 05:08:32 +0000 (14:08 +0900)
fullbuild.sh

index 6f16125..dcbdcec 100755 (executable)
@@ -5,6 +5,7 @@ script_path="$(readlink -f ${0%/*})"
 channnels=(
     "xfce"
     "lxde"
+    "cinnamon"
 )
 
 architectures=(
@@ -198,7 +199,7 @@ _help() {
 
 
 share_options=""
-default_options="-b --noconfirm -l"
+default_options="-b --noconfirm -l -u alter -p alter"
 
 while getopts 'a:dghrst' arg; do
     case "${arg}" in