Browse Source

fix installer

master
Flutterbrony 4 months ago
parent
commit
b4a0236c1a
5 changed files with 13 additions and 5 deletions
  1. BIN
      box64.deb
  2. +7
    -0
      debian/box64/DEBIAN/control
  3. +6
    -0
      debian/box64/DEBIAN/preinst
  4. +0
    -5
      debian/eggnoggpi/DEBIAN/preinst
  5. BIN
      eggnoggpi.deb

BIN
box64.deb View File


+ 7
- 0
debian/box64/DEBIAN/control View File

@@ -0,0 +1,7 @@
Package: box64-add-repository
Version: 1.0
Priority: standard
Section: utils
Architecture: arm64
Maintainer: flutterbrony <flutterbrony@admtz.fr>
Description: box64 repository installer

+ 6
- 0
debian/box64/DEBIAN/preinst View File

@@ -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

+ 0
- 5
debian/eggnoggpi/DEBIAN/preinst View File

@@ -5,8 +5,3 @@ dphys-swapfile swapoff
dphys-swapfile uninstall dphys-swapfile uninstall
systemctl disable dphys-swapfile 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


BIN
eggnoggpi.deb View File


Loading…
Cancel
Save