I'm new here so pls be patient

I have an issue with kiosk wizard, actually i can't download it
I go there: http://www.porteus.org/download-kiosk.html ; and when i click on "- Download the Kiosk Wizard from here", a page full of codes appears
It look like this (ofc it's not all)
Code: Select all
#!/bin/sh
# This script was generated using Makeself 2.1.5
CRCsum="4044629573"
MD5="477e5ff6d5b47234623d00ff9166a5aa"
TMPROOT=${TMPDIR:=/tmp}
label="Team Porteus"
script="./make-kiosk-dialog"
scriptargs=""
targetdir="c"
filesizes="542661"
keep=n
print_cmd_arg=""
if type printf > /dev/null; then
print_cmd="printf"
elif test -x /usr/ucb/echo; then
print_cmd="/usr/ucb/echo"
else
print_cmd="echo"
fi

