From 7e954fccfa81e3324aa09978fae926dbd3254a4b Mon Sep 17 00:00:00 2001 From: Zman-1x1 Date: Fri, 24 Dec 2021 11:21:35 +0530 Subject: [PATCH] add new templates --- pd-plugins/udroid-impish-mate.sh | 13 +++++++++++++ pd-plugins/udroid-impish-no_DE.sh | 13 +++++++++++++ pd-plugins/udroid-impish-xfce4.sh | 13 +++++++++++++ pd-plugins/udroid.sh | 9 --------- 4 files changed, 39 insertions(+), 9 deletions(-) create mode 100644 pd-plugins/udroid-impish-mate.sh create mode 100644 pd-plugins/udroid-impish-no_DE.sh create mode 100644 pd-plugins/udroid-impish-xfce4.sh delete mode 100644 pd-plugins/udroid.sh diff --git a/pd-plugins/udroid-impish-mate.sh b/pd-plugins/udroid-impish-mate.sh new file mode 100644 index 0000000..8769184 --- /dev/null +++ b/pd-plugins/udroid-impish-mate.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env bash + +DISTRO_NAME="udroid" +DISTRO_COMMENT="A ubuntu 21.04 port with some tweaks xfce4" + +TARBALL_STRIP_OPT=0 + +TARBALL_URL['aarch64']="" +TARBALL_SHA256['aarch64']="" +TARBALL_URL['amd64']="" +TARBALL_SHA256['amd64']="" +TARBALL_URL['arm']="" +TARBALL_SHA256['arm']="" diff --git a/pd-plugins/udroid-impish-no_DE.sh b/pd-plugins/udroid-impish-no_DE.sh new file mode 100644 index 0000000..8769184 --- /dev/null +++ b/pd-plugins/udroid-impish-no_DE.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env bash + +DISTRO_NAME="udroid" +DISTRO_COMMENT="A ubuntu 21.04 port with some tweaks xfce4" + +TARBALL_STRIP_OPT=0 + +TARBALL_URL['aarch64']="" +TARBALL_SHA256['aarch64']="" +TARBALL_URL['amd64']="" +TARBALL_SHA256['amd64']="" +TARBALL_URL['arm']="" +TARBALL_SHA256['arm']="" diff --git a/pd-plugins/udroid-impish-xfce4.sh b/pd-plugins/udroid-impish-xfce4.sh new file mode 100644 index 0000000..8769184 --- /dev/null +++ b/pd-plugins/udroid-impish-xfce4.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env bash + +DISTRO_NAME="udroid" +DISTRO_COMMENT="A ubuntu 21.04 port with some tweaks xfce4" + +TARBALL_STRIP_OPT=0 + +TARBALL_URL['aarch64']="" +TARBALL_SHA256['aarch64']="" +TARBALL_URL['amd64']="" +TARBALL_SHA256['amd64']="" +TARBALL_URL['arm']="" +TARBALL_SHA256['arm']="" diff --git a/pd-plugins/udroid.sh b/pd-plugins/udroid.sh deleted file mode 100644 index 288b616..0000000 --- a/pd-plugins/udroid.sh +++ /dev/null @@ -1,9 +0,0 @@ -DISTRO_NAME="udroid" -DISTRO_COMMENT="A ubuntu 21.04 port with some tweaks xfce4" - -TARBALL_STRIP_OPT=0 - -TARBALL_URL['aarch64']="https://github.com/RandomCoderOrg/ubuntu-on-android/releases/download/v02-xfce4/hippo-arm64-v02-xfce4.tar.gz" -TARBALL_SHA256['aarch64']="282a7498046ef0e4f0a57265725d739e67048bb2b64ba2f4441ca4ce1a67ea40" -TARBALL_URL['arm']="https://github.com/RandomCoderOrg/ubuntu-on-android/releases/download/v02-xfce4/hippo-armhf-v02-xfce4.tar.gz" -TARBALL_SHA256['arm']="e797c8590644ffd968dc1727474b533f7bc32e22f69a5f91e519614315baf211"