Explorar el Código

fix installer

master
Flutterbrony hace 4 meses
padre
commit
b4a0236c1a
Se han modificado 5 ficheros con 13 adiciones y 5 borrados
  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 Ver fichero


+ 7
- 0
debian/box64/DEBIAN/control Ver fichero

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

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

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


BIN
eggnoggpi.deb Ver fichero


Cargando…
Cancelar
Guardar