Showcase Setup
For the pure script version with chromium Open a Terminal and paste this:
command -v curl >/dev/null 2>&1 || { sudo apt-get update && sudo apt-get install -y curl; } && curl -sSL https://showcase.duelkingdom.ca/script3.sh -o /tmp/script3.sh && sudo bash /tmp/script3.shThen hit enter and select the showcase version.
For the app version do the same, but instead with this command:
command -v curl >/dev/null 2>&1 || { sudo apt-get update && sudo apt-get install -y curl; } && curl -sSL https://showcase.duelkingdom.ca/showcase -o /tmp/showcase.sh && sudo bash /tmp/showcase.shhttps://cdn.buylist.ca/Showcase%20Kiosk/raspberry%20pi%20kiosk%20app.7z For Linux use this to Setup a browser kiosk:
curl -s https://showcase.duelkingdom.ca/kioskbrowser.sh -o /tmp/kioskbrowser.sh && sudo bash /tmp/kioskbrowser.shFor the Mac use this to Setup a browser kiosk:
sudo bash -c "$(curl -fsSL https://showcase.duelkingdom.ca/kioskbrowsermac.sh)"