#!/bin/sh if [ "$UID" != "0" ]; then echo "You need to be root to run this" exit 1 fi pkgver=4.0.0 if [ ! -f "./stremio.png" ]; then wget https://archive.org/download/stremio/stremio.png fi if [ ! -f "./Stremio+$pkgver.appimage" ]; then wget https://aur.andontie.net/x86_64/stremio-4.4.107-1-x86_64.pkg.tar.xz -O stremio.tar.gz fi mkdir -p $PKG/ tar -xvf stremio.tar.gz -C $PKG/