diff --git a/mk_mmc.sh b/mk_mmc.sh index 098263d..42cc9b0 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1298,10 +1298,6 @@ Applications: Install minimal xfce shell, make sure to have network setup: "sudo ifconfig -a" then "sudo dhclient usb1" or "eth0/etc" - "./tools/get_chrome.sh" - -Install Google's Chrome web browswer. - script_readme cat > ${TEMPDIR}/update_boot_files.sh < ${TEMPDIR}/get_chrome.sh < /dev/null -fi - -if [ -f /tmp/chrome-linux.zip ] ; then - rm -f /tmp/chrome-linux.zip &> /dev/null -fi - -wget --no-verbose --directory-prefix=/tmp/ http://build.chromium.org/buildbot/snapshots/chromium-rel-arm/LATEST - -CHROME_VER=\$(cat /tmp/LATEST) - -wget --directory-prefix=/tmp/ http://build.chromium.org/buildbot/snapshots/chromium-rel-arm/\${CHROME_VER}/chrome-linux.zip - -sudo mkdir -p /opt/chrome-linux/ -sudo chown -R \$USER:\$USER /opt/chrome-linux/ - -if [ -f /tmp/chrome-linux.zip ] ; then - unzip -o /tmp/chrome-linux.zip -d /opt/ -fi - -cat > /tmp/chrome.desktop <