# Parameters
SHARE="$1"
LIB="$2"
-REQUIREMENTS="curl apt-transport-https"
+REQUIREMENTS="curl"
# Include basic functions
. $LIB/trashman/functions || exit 1
RELEASE="`trashman_distro_release`"
# Install requirements
-apt-get update && trashman_apt_install curl apt-transport-https
+apt-get update && trashman_apt_install curl
# Install pubkey
#trashman_install_apt_key $SHARE/docker/unix/linux/$DISTRO/pubkey.gpg docker.gpg
. $SHARE/trashman/functions || exit 1
# Requirements
-trashman_require wget lsb-release apt-transport-https ca-certificates
+trashman_require wget lsb-release ca-certificates
# Install
#wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
. $SHARE/trashman/debian || exit 1
# Install requirements
-trashman_apt_install curl apt-transport-https
+trashman_apt_install curl
# Setup Signal repository
#curl -s https://updates.signal.org/desktop/apt/keys.asc | apt-key add -
# Parameters
SHARE="$1"
LIB="$2"
-REQUIREMENTS="apt-transport-https wget gnupg"
+REQUIREMENTS="wget gnupg"
KEYRING="/usr/share/keyrings/deb.torproject.org-keyring.gpg"
# Include basic functions