File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ get_download_url() {
30
30
rootfs=" https://github.com/RandomCoderOrg/ubuntu-on-android/releases/download/v02-xfce4/hippo-arm64-v02-xfce4.tar.gz"
31
31
sha256=" 282a7498046ef0e4f0a57265725d739e67048bb2b64ba2f4441ca4ce1a67ea40"
32
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
- ;;
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
+ # ;;
37
37
esac
38
38
39
39
echo " ${sha256} |${rootfs} "
You can’t perform that action at this time.
0 commit comments