mirror of
https://github.com/Keyitdev/sddm-astronaut-theme.git
synced 2026-09-24 02:22:09 +00:00
Fixed Spelling Error
This commit is contained in:
@@ -92,7 +92,7 @@ while true; do
|
|||||||
clear
|
clear
|
||||||
echo -e "${green}sddm-astronaut-theme made by Keyitdev${no_color}"
|
echo -e "${green}sddm-astronaut-theme made by Keyitdev${no_color}"
|
||||||
echo -e "${green}[*] Choose option.${no_color}"
|
echo -e "${green}[*] Choose option.${no_color}"
|
||||||
echo -e "1. All of the bellow."
|
echo -e "1. All of the below."
|
||||||
echo -e "2. Install dependencies with package manager."
|
echo -e "2. Install dependencies with package manager."
|
||||||
echo -e "3. Clone theme from github.com to $path_to_git_clone."
|
echo -e "3. Clone theme from github.com to $path_to_git_clone."
|
||||||
echo -e "4. Copy theme from $path_to_git_clone to /usr/share/sddm/themes/."
|
echo -e "4. Copy theme from $path_to_git_clone to /usr/share/sddm/themes/."
|
||||||
@@ -110,4 +110,4 @@ while true; do
|
|||||||
[7]* ) exit;;
|
[7]* ) exit;;
|
||||||
* ) echo -e "${red}[*] Error: invalid number or input.${no_color}";;
|
* ) echo -e "${red}[*] Error: invalid number or input.${no_color}";;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user