Skip to content

Commit

Permalink
[FIX] Fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
hxAri committed Jul 11, 2024
1 parent 0f2fe60 commit b085ae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions penguin
Original file line number Diff line number Diff line change
Expand Up @@ -3564,7 +3564,7 @@ function distroExtract() {
fi
else
case ${select,,} in
full|nano|minimum) ;;
full|nano|minimal) ;;
*)
echo -e "$(stdio stderr unknown mode $select)\n"
exit 1
Expand Down Expand Up @@ -4285,7 +4285,7 @@ function distroRemove() {
fi
if [[ "${distro,,}" == "nethunter" ]]; then
case ${3,,} in
full|nano|minimum) pathname=$source ;;
full|nano|minimal) pathname=$source ;;
*)
echo -e "$(stdio stderr mode unknown $3)\n"
exit 1
Expand Down Expand Up @@ -4882,4 +4882,4 @@ if [[ "$1" != "" ]]; then

else
main
fi
fi

0 comments on commit b085ae5

Please sign in to comment.