mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 12:57:54 +00:00
5 lines
167 B
Bash
5 lines
167 B
Bash
|
# Install firefox and openit at startup
|
||
|
tce-load -wi firefox-official
|
||
|
mkdir -p /home/gns3/.X.d
|
||
|
echo 'firefox -setDefaultBrowser -private &' > /home/gns3/.X.d/firefox
|