From 85024f9bb22a862dca21df6964839844bbe30431 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sat, 23 Sep 2023 16:27:23 -0400 Subject: [PATCH] Fixed bug on output restore.sh again --- scripts/os_debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/os_debian b/scripts/os_debian index 6b4ba3d..f4e780d 100755 --- a/scripts/os_debian +++ b/scripts/os_debian @@ -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