Skip to content

Commit

Permalink
Update Lineage OS download link
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusQuabeck committed Dec 8, 2017
1 parent d06f570 commit 56d73c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devices/nexus4/android/lineageos.sh
Expand Up @@ -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 ""
Expand Down Expand Up @@ -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/
Expand All @@ -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.."
Expand Down

0 comments on commit 56d73c1

Please sign in to comment.