aymene69 / stremio-jackett

Elevate your Stremio experience with seamless access to Jackett torrent links, effortlessly fetching torrents for your selected movies within the Stremio interface.
177 stars 32 forks source link

Not working on a clean debian machine #125

Closed vdias closed 3 months ago

vdias commented 4 months ago

Just deployed a clean debian 12 machine on AWS... and script not working...

image

vdias commented 4 months ago

Posible solution...

 # Install packages required for the installation
apt install ca-certificates curl gnupg apt-transport-https gpg netfilter-persistent

# Download GPG key and store repository in the system
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable" |tee /etc/apt/sources.list.d/docker.list > /dev/null 
apt update 

# Install Docker packages
apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-compose
aymene69 commented 3 months ago

Guide is following Ubuntu. Replace install commands with Debian ones