Formatting

This commit is contained in:
Ld-Hagen
2021-09-25 22:48:13 +03:00
parent 08602bd452
commit a6d2682300
2 changed files with 16 additions and 16 deletions

View File

@@ -59,7 +59,7 @@ while read CREATE_ALIAS; do
case $CREATE_ALIAS in
"y" | "Y")
echo "alias fix-opera='sudo ~root/.scripts/fix-opera.sh' # Opera fix HTML5 media" >> $USER_HOME/.bashrc
printf "Alias will be available after your next logon.\n"
printf "Alias \"fix-opera\" will be available after your next logon.\n"
break;;
"n" | "N")
break;;