mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
fix: Removes unused lines in run script.
This commit is contained in:
1
run
1
run
@@ -39,7 +39,6 @@ while [[ $# -gt 0 ]]; do
|
|||||||
dry_run="1"
|
dry_run="1"
|
||||||
elif [[ "$1" == "uninstall" ]]; then
|
elif [[ "$1" == "uninstall" ]]; then
|
||||||
mode="uninstall"
|
mode="uninstall"
|
||||||
yayflags=("-Rns")
|
|
||||||
elif [[ ! "$1" == "install" ]]; then
|
elif [[ ! "$1" == "install" ]]; then
|
||||||
grepstr="$1"
|
grepstr="$1"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user