From 3c12360a30da8b3a241edfbdc096ae0165a02039 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 30 May 2025 15:50:44 +0200 Subject: [PATCH] docs: update Linux/Arch/make-package --- Linux/Arch/make-package.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux/Arch/make-package.md b/Linux/Arch/make-package.md index 0fce742..7445b5d 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-30T13:50:16.714Z +date: 2025-05-30T13:50:43.134Z tags: editor: markdown dateCreated: 2025-05-30T08:32:02.401Z @@ -34,5 +34,5 @@ Create the file /etc/pacman.d/customrepo.conf ``` [customrepo] -Server = http://:3015/archrepo/x86_64 +Server = http://192.168.1.101:3015/archrepo/x86_64 ``` \ No newline at end of file