diff --git a/box64.deb b/box64.deb new file mode 100644 index 0000000..fd8f174 Binary files /dev/null and b/box64.deb differ diff --git a/debian/box64/DEBIAN/control b/debian/box64/DEBIAN/control new file mode 100644 index 0000000..dbcbfae --- /dev/null +++ b/debian/box64/DEBIAN/control @@ -0,0 +1,7 @@ +Package: box64-add-repository +Version: 1.0 +Priority: standard +Section: utils +Architecture: arm64 +Maintainer: flutterbrony +Description: box64 repository installer diff --git a/debian/box64/DEBIAN/preinst b/debian/box64/DEBIAN/preinst new file mode 100755 index 0000000..7b34cf9 --- /dev/null +++ b/debian/box64/DEBIAN/preinst @@ -0,0 +1,6 @@ +#!/bin/bash + +echo "Install box64 repository" +wget https://ryanfortner.github.io/box64-debs/box64.list -O /etc/apt/sources.list.d/box64.list +wget -qO- https://ryanfortner.github.io/box64-debs/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/box64-debs-archive-keyring.gpg +apt update diff --git a/debian/eggnoggpi/DEBIAN/preinst b/debian/eggnoggpi/DEBIAN/preinst index 4c0d5cb..7278092 100755 --- a/debian/eggnoggpi/DEBIAN/preinst +++ b/debian/eggnoggpi/DEBIAN/preinst @@ -5,8 +5,3 @@ dphys-swapfile swapoff dphys-swapfile uninstall systemctl disable dphys-swapfile -echo "Install box64 repository" -wget https://ryanfortner.github.io/box64-debs/box64.list -O /etc/apt/sources.list.d/box64.list -wget -qO- https://ryanfortner.github.io/box64-debs/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/box64-debs-archive-keyring.gpg -apt update - diff --git a/eggnoggpi.deb b/eggnoggpi.deb index 159bf4e..1ec7baa 100644 Binary files a/eggnoggpi.deb and b/eggnoggpi.deb differ