This commit is contained in:
eichehome 2023-12-20 06:09:53 +01:00
parent efcad32453
commit 4a25bb15fd

View file

@ -124,7 +124,7 @@ while getopts ':C:cDGiKMNPU' flag; do
case $flag in case $flag in
C) C)
pacman_config=$OPTARG pacman_config=$OPTARG
;;bootstrap ;;
D) D)
pacman_args+=(-dd) pacman_args+=(-dd)
;; ;;