#!/bin/shPKGNAME=bitwardenSUPPORTEDARCHES="x86_64"VERSION="$2"DESCRIPTION="Bitwarden desktop from the official site".$(dirname$0)/common.sharch="$(epm print info --distro-arch)"pkgtype="$(epm print info -p)"case"$pkgtype"inrpm|deb);;*)pkgtype="deb";;esac#https://github.com/bitwarden/clients/releases/download/desktop-v2023.4.0/Bitwarden-2023.4.0-amd64.deb#https://github.com/bitwarden/clients/releases/download/desktop-v2023.4.0/Bitwarden-2023.4.0-x86_64.rpm