Skip to content
Snippets Groups Projects
Commit 23da7d26 authored by Aymeric Bernard's avatar Aymeric Bernard
Browse files

Using incognito mode for the browser

parent 0f0fc1be
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
if chromium-browser --version 2>/dev/null; then
chromium-browser --kiosk --disable-gpu http://localhost:1234
chromium-browser --kiosk --incognito --disable-gpu http://localhost:1234
else
echo "chromium-browser is not installed on this system."
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment