Skip to content

Commit 5b61d16

Browse files
commented armhf
to fix fs
1 parent 014e0f0 commit 5b61d16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hippo.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ get_download_url() {
3030
rootfs="https://github.com/RandomCoderOrg/ubuntu-on-android/releases/download/v02-xfce4/hippo-arm64-v02-xfce4.tar.gz"
3131
sha256="282a7498046ef0e4f0a57265725d739e67048bb2b64ba2f4441ca4ce1a67ea40"
3232
;;
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+
# ;;
3737
esac
3838

3939
echo "${sha256}|${rootfs}"

0 commit comments

Comments
 (0)