auto


Logs | Files | README | LICENSE | GitLab


1
commit 5378bf93b2907ad46eb88f0f785c873e9cb5b82d
2
Author: Connor Etherington <[email protected]>
3
Date:   Tue Apr 5 23:29:03 2022 +0200
4
5
    Update.
6
---
7
 PKGBUILD | 1 +
8
 1 file changed, 1 insertion(+)
9
10
diff --git a/PKGBUILD b/PKGBUILD
11
index bd388c9..8d5e7a6 100644
12
--- a/PKGBUILD
13
+++ b/PKGBUILD
14
@@ -7,6 +7,7 @@ pkgrel=1
15
 pkgdesc='ArchLinux bootstrap and partitioning scripts, with optional AutoLinux configs.'
16
 arch=(x86_64)
17
 url="https://gitlab.com/qYp/${_pkgname}"
18
+install="auto.install"
19
 license=('MIT')
20
 depends=(dialog parted)
21
 makedepends=(git)