mirror of
https://github.com/Dasharo/scripts.git
synced 2026-03-06 14:51:26 -08:00
fix missing OE version/vars
This commit is contained in:
committed by
Matt DeVillier
parent
8c53208d07
commit
12bc52a6bc
6
kodi.sh
6
kodi.sh
@@ -303,7 +303,7 @@ cp /tmp/Storage/${OE_version}/target/SYSTEM /tmp/System/
|
||||
[ -s /tmp/System/SYSTEM ] || OE_install_error "OE SYSTEM has file size 0"
|
||||
|
||||
#update legacy BIOS
|
||||
flash_legacy skip_usb > /dev/null
|
||||
flash_rwlegacy skip_usb > /dev/null
|
||||
|
||||
echo_green "OpenELEC Installation Complete"
|
||||
read -p "Press [Enter] to return to the main menu."
|
||||
@@ -330,7 +330,7 @@ rec_ubuntu_size=$(($max_ubuntu_size - 1))
|
||||
if [ "$ckern_size" = "1" -o "$croot_size" = "1" ]; then
|
||||
|
||||
#update legacy BIOS
|
||||
flash_legacy skip_usb > /dev/null
|
||||
flash_rwlegacy skip_usb > /dev/null
|
||||
|
||||
echo_green "Stage 1: Repartitioning the internal HDD"
|
||||
|
||||
@@ -569,7 +569,7 @@ rm -rf /tmp/Storage/*
|
||||
|
||||
#update legacy BIOS
|
||||
if [ "$isChromeOS" = true ]; then
|
||||
flash_legacy skip_usb > /dev/null
|
||||
flash_rwlegacy skip_usb > /dev/null
|
||||
fi
|
||||
|
||||
echo_green "OpenELEC USB Installation Complete"
|
||||
|
||||
12
sources.sh
12
sources.sh
@@ -9,6 +9,17 @@ script_date="[2016-04-18]"
|
||||
firmware_source_main="https://dl.dropboxusercontent.com/u/98309225/"
|
||||
firmware_source_coolstar="https://dl.dropboxusercontent.com/u/59964215/chromebook/ROM/"
|
||||
|
||||
#OE sources
|
||||
OE_url_official="http://releases.openelec.tv/"
|
||||
OE_url_EGL="https://dl.dropboxusercontent.com/u/98309225/"
|
||||
OE_url=${OE_url_EGL}
|
||||
chrx_url="https://chrx.org/go"
|
||||
|
||||
#OE version
|
||||
OE_version_base="OpenELEC-Generic.x86_64"
|
||||
OE_version_stable="6.0.398-Intel_EGL"
|
||||
OE_version_latest="6.95.2"
|
||||
|
||||
#SBIB full ROMs
|
||||
coreboot_stumpy="coreboot-seabios-stumpy-20160418-mattdevo.rom"
|
||||
|
||||
@@ -45,3 +56,4 @@ hswbdw_headless_vbios="hswbdw_vgabios_1040_cbox_headless.dat"
|
||||
|
||||
#PXE ROM for Chromeboxes w/RTL81xx ethernet
|
||||
pxe_optionrom="10ec8168.rom"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user