From f57b9891dae72834ff8d0ccd5d3935e85590de02 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 30 May 2025 16:13:57 +0200 Subject: [PATCH] docs: update Linux/Arch/make-package --- Linux/Arch/make-package.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux/Arch/make-package.md b/Linux/Arch/make-package.md index d0ba9d1..02a49ae 100644 --- a/Linux/Arch/make-package.md +++ b/Linux/Arch/make-package.md @@ -2,7 +2,7 @@ title: Make Package description: Information on how to make arch packages that can be used with pacman published: true -date: 2025-05-30T14:01:42.038Z +date: 2025-05-30T14:13:56.322Z tags: editor: markdown dateCreated: 2025-05-30T08:32:02.401Z @@ -34,6 +34,7 @@ Create the file /etc/pacman.d/homerepo.conf ``` [homerepo] +SigLevel = Never Server = http://192.168.1.101:3015/archrepo/x86_64 ```