Fix typo missing quote
This commit is contained in:
parent
3356bab676
commit
7f4c3572d7
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ if [[ -r "sources.list" ]]; then
|
||||||
echo "=============================="
|
echo "=============================="
|
||||||
echo "INSTALL REPOS"
|
echo "INSTALL REPOS"
|
||||||
echo "=============================="
|
echo "=============================="
|
||||||
echo "\${normal}
|
echo "\${normal}"
|
||||||
|
|
||||||
read -p "\${bold}Do you want to continue to install backup repositories? [Y/n]\${normal} " -n 1 -sr promptRepos
|
read -p "\${bold}Do you want to continue to install backup repositories? [Y/n]\${normal} " -n 1 -sr promptRepos
|
||||||
if [[ "\$promptRepos" =~ ^[Yy]$ ]]; then
|
if [[ "\$promptRepos" =~ ^[Yy]$ ]]; then
|
||||||
|
|
Loading…
Reference in a new issue