Fixed bug on output restore.sh again

This commit is contained in:
Eric Renfro 2023-09-23 16:27:23 -04:00
parent eef46c38ca
commit 85024f9bb2
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ echo "\$failinstall"
echo " * Restoring installed packages (please confirm)"
aptitude install
if [[ "$flatpak" -eq 1 ]]; then
if [[ "\$flatpak" -eq 1 ]]; then
echo " * Adding flatpak repo: Flathub"
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
fi