Fixed bug on output restore.sh again
This commit is contained in:
parent
eef46c38ca
commit
85024f9bb2
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ echo "\$failinstall"
|
||||||
echo " * Restoring installed packages (please confirm)"
|
echo " * Restoring installed packages (please confirm)"
|
||||||
aptitude install
|
aptitude install
|
||||||
|
|
||||||
if [[ "$flatpak" -eq 1 ]]; then
|
if [[ "\$flatpak" -eq 1 ]]; then
|
||||||
echo " * Adding flatpak repo: Flathub"
|
echo " * Adding flatpak repo: Flathub"
|
||||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue