Updated hyprsolusctl

This commit is contained in:
Ethan Smith-Coss 2024-11-17 14:17:41 +00:00
parent 5c1b6e779c
commit d4e1774779
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -87,7 +87,7 @@ update () {
do
case $1 in
--ensure-deps-latest) shift ; deps_update=0 ;;
*) echo "Ignoring argument $1" ;;
*) echo "Ignoring argument $1" ; shift ;;
esac
done
deps_update=${deps_update:-1}
@ -116,7 +116,7 @@ upgrade () {
case $1 in
--ensure-integrity) shift ; eopkg_check=0 ;;
--clean-all) shift ; clean_all=0 ;;
*) echo "Ignoring argument $1" ;;
*) echo "Ignoring argument $1" ; shift ;;
esac
done
clean_all=${clean_all:-1}