Fix aerc setup script

This commit is contained in:
hedy 2023-01-14 09:36:25 +08:00
parent eb25da64ce
commit 686072cda4
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ fi
if [[ -d ~/local/share/aerc ]]; then
echo "local/share/aerc already exists, you're all good"
echo "upgrade aerc (if needed) yourself because I can\'t tell how you installed it"
echo "upgrade aerc (if needed) yourself because I can't tell how you installed it"
exit
else
if ! [[ -d /usr/share/aerc ]]; then