deb-collections

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 49fb3bbb8cb546ec1c60bf3675613a7b74bc4e35
parent 362c07d8f78bf7e08225d9e6f4c7a3c41e0bb088
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Wed, 29 Jul 2026 21:21:24 +0900

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -19,7 +19,7 @@ GitHub Actions 上でソースコードから `.deb` パッケージを自動ビ ### 1. APT ソースリストの追加 ([trusted=yes] により GPG 鍵検証をスキップ) ```bash -echo "deb [trusted=yes] https://<YOUR_GITHUB_USERNAME>.github.io/deb-collections ./" | sudo tee /etc/apt/sources.list.d/deb-collections.list +echo "deb [trusted=yes] https://minerva-jupiter.github.io/deb-collections ./" | sudo tee /etc/apt/sources.list.d/deb-collections.list ``` ### 2. パッケージリストの更新