#!/bin/shPKGNAME=docker-desktopSUPPORTEDARCHES="x86_64 aarch64"#VERSION="$2"DESCRIPTION="Docker Desktop from the official site"URL="https://docs.docker.com/desktop/install/ubuntu/".$(dirname$0)/common.shpkgtype=$(epm print info -p)case$pkgtypeinrpm)PKGURL="https://desktop.docker.com/linux/main/amd64/139021/docker-desktop-4.28.0-x86_64.rpm";; deb)PKGURL="https://desktop.docker.com/linux/main/amd64/139021/docker-desktop-4.28.0-amd64.deb";;esacrepack=''if["$(epm print info -s)"="alt"];thenPKGURL="https://desktop.docker.com/linux/main/amd64/139021/docker-desktop-4.28.0-amd64.deb"repack='--repack'fiepm install$repack"$PKGURL"