Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: celenity <[email protected]>
  • Loading branch information
celenityy committed Dec 17, 2024
1 parent ac6f2ca commit 9da031d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SCRIPT=("arch_uninstall_paru.sh"
echo -e "${purple}Welcome to the Dove uninstaller!${coloroff}";
echo -e "${purple}We're sorry to see you go :(${coloroff}";
echo -e "";
echo -e "${brown}To begin, please choose your paltform.${coloroff}";
echo -e "${brown}To begin, please choose your platform.${coloroff}";
echo -e "${brown}Your options are:${coloroff}";
echo -e "${cyan}arch${coloroff} - ${green}Arch Linux (AUR)${coloroff}";
echo -e "${red}debian${coloroff} - ${green}Debian GNU/Linux (& Derivatives, such as Ubuntu)${coloroff}";
Expand Down
2 changes: 1 addition & 1 deletion upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SCRIPT=("arch_upgrade_paru.sh"

echo -e "${purple}Thank you for upgrading to the 'New' Dove!${coloroff}";
echo -e "";
echo -e "${brown}To begin, please choose your paltform.${coloroff}";
echo -e "${brown}To begin, please choose your platform.${coloroff}";
echo -e "${brown}Your options are:${coloroff}";
echo -e "${cyan}arch${coloroff} - ${green}Arch Linux (AUR)${coloroff}";
echo -e "${blue}fedora${coloroff} - ${green}Fedora Linux${coloroff}";
Expand Down

0 comments on commit 9da031d

Please sign in to comment.