mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
5b14cf2f22
Fix #22
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
|