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

Fix: removed BOM + broken script (Djou you had one job...)

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