Updated hyprsolusctl
This commit is contained in:
parent
5c1b6e779c
commit
d4e1774779
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user