We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014e0f0 commit 5b61d16Copy full SHA for 5b61d16
1 file changed
hippo.sh
@@ -30,10 +30,10 @@ get_download_url() {
30
rootfs="https://github.com/RandomCoderOrg/ubuntu-on-android/releases/download/v02-xfce4/hippo-arm64-v02-xfce4.tar.gz"
31
sha256="282a7498046ef0e4f0a57265725d739e67048bb2b64ba2f4441ca4ce1a67ea40"
32
;;
33
- armv7l|armv8l)
34
- rootfs="https://github.com/RandomCoderOrg/ubuntu-on-android/releases/download/v02-xfce4/hippo-armhf-v02-xfce4.tar.gz"
35
- sha256="e797c8590644ffd968dc1727474b533f7bc32e22f69a5f91e519614315baf211"
36
- ;;
+# armv7l|armv8l)
+# rootfs="https://github.com/RandomCoderOrg/ubuntu-on-android/releases/download/v02-xfce4/hippo-armhf-v02-xfce4.tar.gz"
+# sha256="e797c8590644ffd968dc1727474b533f7bc32e22f69a5f91e519614315baf211"
+# ;;
37
esac
38
39
echo "${sha256}|${rootfs}"
0 commit comments