4 lines
101 B
Bash
Executable File
4 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
update-alternatives --install /usr/bin/x-www-browser SeaMonkey /usr/bin/seamonkey 0
|
|
exit 0
|