| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 5e2fa8b7d4b13b94b2b0833afc95875910847262 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Thu Mar 31 13:38:21 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | PKGBUILD | 4 ++-- |
8 | autoInstall | 1 + |
9 | 2 files changed, 3 insertions(+), 2 deletions(-) |
10 | |
11 | diff --git a/PKGBUILD b/PKGBUILD |
12 | index c4947bd..2bb167a 100644 |
13 | --- a/PKGBUILD |
14 | +++ b/PKGBUILD |
15 | @@ -2,9 +2,9 @@ |
16 | # --- |
17 | _pkgname=AutoLinux |
18 | pkgname=auto |
19 | -pkgver=3.0.2 |
20 | +pkgver=3.0.3 |
21 | pkgrel=1 |
22 | -pkgdesc='AutoLinux bootstrap scripts, with optional riced configs for the AutoLinux platform' |
23 | +pkgdesc='ArchLinux bootstrap and partitioning scripts, with optional AutoLinuxOS configs.' |
24 | arch=(x86_64) |
25 | url="https://gitlab.com/qYp/${_pkgname}" |
26 | license=('MIT') |
27 | diff --git a/autoInstall b/autoInstall |
28 | index 1c9f0d4..a3cf21a 100755 |
29 | --- a/autoInstall |
30 | +++ b/autoInstall |
31 | @@ -421,6 +421,7 @@ archlinuxinstall yay-bin |
32 | case $edition in |
33 | 1) pkgsfile="https://gitlab.com/qYp/autolinux/-/raw/editions/dwm.csv" && gitbranch="dwm" ;; |
34 | 2) pkgsfile="https://gitlab.com/qYp/autolinux/-/raw/editions/plasma.csv" && gitbranch="plasma" ;; |
35 | + 2) pkgsfile="https://gitlab.com/qYp/autolinux/-/raw/editions/bare.csv" && gitbranch="bare" ;; |
36 | esac |
37 | |
38 | case $kernel in |