Skip to content

Commit

Permalink
fix defaults option
Browse files Browse the repository at this point in the history
  • Loading branch information
topazrn committed Mar 6, 2024
1 parent 7044971 commit b2ea432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ while getopts idrs RunStep; do
case $RunStep in
i) flg_Install=1 ;;
d) flg_Install=1
export use_default="--noconfirm" ;;
export use_default="-y" ;;
r) flg_Restore=1 ;;
s) flg_Service=1 ;;
*) echo "...valid options are..."
echo "i : [i]nstall hyprland without configs"
echo "d : install hyprland [d]efaults without configs --noconfirm"
echo "d : install hyprland [d]efaults without configs -y"
echo "r : [r]estore config files"
echo "s : enable system [s]ervices"
exit 1 ;;
Expand Down

0 comments on commit b2ea432

Please sign in to comment.