fix typo in install script

This commit is contained in:
Oli 2024-04-25 17:39:14 +01:00 committed by GitHub
parent cc258e96b5
commit fcf8938fda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ set_username() {
}
get_host() {
echo -en "Chose a ${GREEN}host${NORMAL}, either [${YELLOW}D${NORMAL}]esktop or [${YELLOW}L${NORMAL}]aptop: "
echo -en "Choose a ${GREEN}host${NORMAL}, either [${YELLOW}D${NORMAL}]esktop or [${YELLOW}L${NORMAL}]aptop: "
read -n 1 -r
echo