From 85b547d8871c2eb789153015404ee24f94c63f94 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 14 Feb 2012 14:00:01 -0600 Subject: [PATCH] bugfix: drop chrome install script, its been broken for over a year Signed-off-by: Robert Nelson --- mk_mmc.sh | 63 ------------------------------------------------------- 1 file changed, 63 deletions(-) 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 <