diff --git a/cbox-firmware-update.sh b/cbox-firmware-update.sh deleted file mode 100644 index 6f165b9..0000000 --- a/cbox-firmware-update.sh +++ /dev/null @@ -1,209 +0,0 @@ -#!/bin/bash -# -# This script will install/update the custom coreboot -# firmware on a Haswell-based Asus/HP/Acer/Dell ChromeBox -# -# Created by Matt Devo -# -# May be freely distributed and modified as needed, -# as long as proper attribution is given. -# - -#globals -dropbox_url="https://dl.dropboxusercontent.com/u/98309225/" -flashromcmd="/tmp/flashrom" -cbfstoolcmd="/tmp/cbfstool" -preferUSB=false -useHeadless=false -addPXE=false -pxeDefault=false - -# Must run as root -if [ $(whoami) != "root" ]; then - echo -e "You need to run this script as root; use 'sudo bash