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
C)
pacman_config=$OPTARG
;;bootstrap
;;
D)
pacman_args+=(-dd)
;;