fix: Removes unused lines in run script.

This commit is contained in:
2025-11-11 15:26:53 -05:00
parent 790ba581aa
commit ad593bc25f

1
run
View File

@@ -39,7 +39,6 @@ while [[ $# -gt 0 ]]; do
dry_run="1"
elif [[ "$1" == "uninstall" ]]; then
mode="uninstall"
yayflags=("-Rns")
elif [[ ! "$1" == "install" ]]; then
grepstr="$1"
fi