ソースを参照

fix installer

master
Flutterbrony 4ヶ月前
コミット
b4a0236c1a
5個のファイルの変更13行の追加5行の削除
  1. バイナリ
      box64.deb
  2. +7
    -0
      debian/box64/DEBIAN/control
  3. +6
    -0
      debian/box64/DEBIAN/preinst
  4. +0
    -5
      debian/eggnoggpi/DEBIAN/preinst
  5. バイナリ
      eggnoggpi.deb

バイナリ
box64.deb ファイルの表示


+ 7
- 0
debian/box64/DEBIAN/control ファイルの表示

@@ -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 ファイルの表示

@@ -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 ファイルの表示

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


バイナリ
eggnoggpi.deb ファイルの表示


読み込み中…
キャンセル
保存