mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-14 09:59:58 -06:00
5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/firefox"
|
|
exec /usr/lib/firefox/firefox
|