From a4618ee489a1cc393e195d61e965bd41885e8f14 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 9 Nov 2021 17:36:30 +0000 Subject: synced packages from repos to list --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 61018d6..6617955 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,10 @@ xi: src/xi.py rm src/xi.zip chmod +x ${XI_BINARY} +install: xi xipkg.conf default.conf bin/xi + mkdir -p /etc/xipkg.d/ + cp default.conf /etc/xipkg.d/ + cp xipkg.conf /etc/xipkg.conf + cp bin/xi /usr/bin/xi + + -- cgit v1.2.1