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 d8a7642 commit ca6f705Copy full SHA for ca6f705
hippo.sh
@@ -27,8 +27,8 @@ get_download_url() {
27
28
case "$DISTRO_ARCH" in
29
aarch64)
30
- rootfs="https://github.com/SaicharanKandukuri/ubuntu-on-android/releases/download/v1-xfce4/ubuntu-21.04-xfce4-rootfs-testing-arm64.tar.gz"
31
- sha256="89550a76ee14da85d6d521bc899d67f0b6cab3022ee4e166bb8d420414068a61"
+ rootfs="https://github.com/RandomCoderOrg/ubuntu-on-android/releases/download/v01-xfce4/ubuntu-21.04-xfce4-rootfs-v01-arm64.tar.gz"
+ sha256="e3bbb6f88cff4839fe6a607929708aa84b7fb2e1dc58a2d101471c4150c4447f"
32
;;
33
esac
34
@@ -46,4 +46,4 @@ distro_setup() {
46
#run_proot_cmd apt update
47
#run_proot_cmd apt upgrade -yq
48
:
49
-}
+}
0 commit comments