diff options
Diffstat (limited to 'content')
-rwxr-xr-x | content/launch_librewolf.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/content/launch_librewolf.sh b/content/launch_librewolf.sh index 26c1bd5..b574437 100755 --- a/content/launch_librewolf.sh +++ b/content/launch_librewolf.sh @@ -26,7 +26,4 @@ export SNAP_NAME="firefox"; # Launches librewolf chmod +x $INSTALL_FOLDER/librewolf; -$INSTALL_FOLDER/librewolf "$@"; - - - +$INSTALL_FOLDER/librewolf "$@"; |