From 86d91b2a63ce02a3dfb45e2269827d0b27e56365 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:10:47 -0600 Subject: [PATCH] Floorp: futureproof removal of rpi-firefox-mods.deb file --- apps/Floorp/install-64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Floorp/install-64 b/apps/Floorp/install-64 index 0a63a2f2aa..cad2a5ec27 100755 --- a/apps/Floorp/install-64 +++ b/apps/Floorp/install-64 @@ -45,7 +45,7 @@ mkdir -p /tmp/floorp-deb/usr/share/floorp/distribution mv /tmp/rpi-firefox-mods/usr/share/firefox/distribution/distribution.ini /tmp/floorp-deb/usr/share/floorp/distribution || error "Failed to move distribution.ini" sed -i 's/Mozilla Firefox/Ablaze Floorp/g' /tmp/floorp-deb/usr/share/floorp/distribution/distribution.ini || error "Failed to edit distribution.ini" -rm -rf /tmp/rpi-firefox-mods /tmp/rpi-firefox-mods_20240110_all.deb +rm -rf /tmp/rpi-firefox-mods /tmp/rpi-firefox-mods*.deb #make floorp command mkdir /tmp/floorp-deb/usr/bin || error "Failed to make /tmp/floorp-deb/usr/bin folder"