From b56e5e1e4c96b27e9f72e699d9ff46690a05f499 Mon Sep 17 00:00:00 2001 From: hayao Date: Wed, 22 Jul 2020 14:08:32 +0900 Subject: [PATCH] [change] : fullbuild default --- fullbuild.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fullbuild.sh b/fullbuild.sh index 6f161255..dcbdcec1 100755 --- a/fullbuild.sh +++ b/fullbuild.sh @@ -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 -- 2.11.0