Remove a useless condition

This commit is contained in:
Bishoy Ehab
2025-10-17 16:16:39 +03:00
parent 3bea2a314e
commit f4f97be46d
-2
View File
@@ -26,8 +26,6 @@ if [[ "${EXPERIMENTAL_UPDATE_SCRIPT}" = true ]]; then
UPDATE_ARGS=() UPDATE_ARGS=()
for arg in "${ORIGINAL_ARGS[@]}"; do for arg in "${ORIGINAL_ARGS[@]}"; do
case "$arg" in case "$arg" in
--exp-update|--force|-f|--clean|-c|--skip-allgreeting|--skip-alldeps|--skip-allsetups|--skip-allfiles|--skip-sysupdate|-s|--skip-hyprland|--skip-fish|--skip-miscconf|--skip-plasmaintg|--exp-files|--via-nix|--fontset)
;;
-u|--update-force|-p|--packages|-n|--dry-run|-v|--verbose|--skip-notice) -u|--update-force|-p|--packages|-n|--dry-run|-v|--verbose|--skip-notice)
UPDATE_ARGS+=("$arg") UPDATE_ARGS+=("$arg")
;; ;;