From 56d73c1a73d0da9effc5dd05b4f32c0bad11d566 Mon Sep 17 00:00:00 2001 From: Marius Quabeck Date: Fri, 8 Dec 2017 15:32:17 +0100 Subject: [PATCH] Update Lineage OS download link --- devices/nexus4/android/lineageos.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/nexus4/android/lineageos.sh b/devices/nexus4/android/lineageos.sh index 6d81507..dbd2c8a 100755 --- a/devices/nexus4/android/lineageos.sh +++ b/devices/nexus4/android/lineageos.sh @@ -36,7 +36,7 @@ then echo "Downloading LineageOS 14.1.." echo "" sleep 1 - wget -c --quiet --show-progress --tries=10 -P $HOME/.cache/magic-device-tool/ https://mirrorbits.lineageos.org/full/mako/20170831/lineage-14.1-20170831-nightly-mako-signed.zip + wget -c --quiet --show-progress --tries=10 -P $HOME/.cache/magic-device-tool/ https://mirrorbits.lineageos.org//full/mako/20171207/lineage-14.1-20171207-nightly-mako-signed.zip echo "" echo "Downloading Open Gapps.." echo "" @@ -72,7 +72,7 @@ then echo "Ignore that prompt, the tool will take care of the installation" echo "" echo " → LineageOS 14.1 zip " - adb push -p $HOME/.cache/magic-device-tool/lineage-14.1-20170831-nightly-mako-signed.zip /sdcard/ + adb push -p $HOME/.cache/magic-device-tool/lineage-14.1-20171207-nightly-mako-signed.zip /sdcard/ echo "" echo " → open gapps zip" adb push -p $HOME/.cache/magic-device-tool/open_gapps-arm-7.1-nano-20170603.zip /sdcard/ @@ -82,7 +82,7 @@ then echo "" echo "Installing LineageOS.." echo "" - adb shell twrp install /sdcard/lineage-14.1-20170831-nightly-mako-signed.zip + adb shell twrp install /sdcard/lineage-14.1-20171207-nightly-mako-signed.zip sleep 1 echo "" echo "Installing Open GApps.."