deb-update.bash: remove extraneous escaping

This commit is contained in:
Aminda Suomalainen 2022-05-23 11:34:07 +03:00
parent 3884b9fb27
commit c7012edc83
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ if hash flatpak 2>/dev/null; then
flatpak update --assumeyes
# Note to self
echo '!!! In case of weird errors e.g. while trying to checkout, try running: flatpak repair'
echo ' 404 is not a weird error, try flatpak \<subcommand\> --no-static-deltas'
echo ' 404 is not a weird error, try flatpak <subcommand> --no-static-deltas'
# Flatpak's version of `apt autoremove`
flatpak uninstall --unused --assumeyes
fi