Fix typo missing quote

This commit is contained in:
Eric Renfro 2024-07-07 16:17:50 -04:00
parent 3356bab676
commit 7f4c3572d7
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -82,7 +82,7 @@ if [[ -r "sources.list" ]]; then
echo "=============================="
echo "INSTALL REPOS"
echo "=============================="
echo "\${normal}
echo "\${normal}"
read -p "\${bold}Do you want to continue to install backup repositories? [Y/n]\${normal} " -n 1 -sr promptRepos
if [[ "\$promptRepos" =~ ^[Yy]$ ]]; then