| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 0d704c2d2b93d0511ab6a8e5dbe54253da638677 |
2 | Author: nvx1 <[email protected]> |
3 | Date: Tue Mar 29 01:29:32 2022 +0200 |
4 | |
5 | Update. |
6 | --- |
7 | AutoInstall | 4 +--- |
8 | 1 file changed, 1 insertion(+), 3 deletions(-) |
9 | |
10 | diff --git a/AutoInstall b/AutoInstall |
11 | index e09fc81..d1dfbd4 100755 |
12 | --- a/AutoInstall |
13 | +++ b/AutoInstall |
14 | @@ -422,8 +422,6 @@ archlinuxinstall yay-bin |
15 | |
16 | [ $edition = '2' ] && pkgsfile="https://gitlab.com/qYp/autolinux/-/raw/editions/plasma.csv" && gitbranch="plasma" |
17 | |
18 | -[ $edition = '3' ] && pkgsfile="https://gitlab.com/qYp/autolinux/-/raw/editions/bare.csv" && gitbranch="bare" |
19 | - |
20 | |
21 | [ $kernel = '1' ] && kernelChoice='linux' |
22 | |
23 | @@ -440,7 +438,7 @@ for x in $kernelChoice ; do |
24 | done |
25 | |
26 | |
27 | -installationloop ; cpudrivers ; gpudrivers |
28 | +! [ $edition = '3' ] && installationloop && cpudrivers && gpudrivers[41m |
29 | |
30 | [ $edition = '1' ] && xftlib |
31 | |