Make the archiso check slightly more relaxed

This commit is contained in:
Rick van Hattem 2021-09-12 17:24:48 +02:00 committed by GitHub
parent bef3bca893
commit c7bea096b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
init
View file

@ -124,7 +124,7 @@ download_package () {
print "Testing if archiso is running" print "Testing if archiso is running"
grep archiso /proc/cmdline >/dev/null grep 'arch.*iso' /proc/cmdline >/dev/null
print "Increasing cowspace to half of RAM" print "Increasing cowspace to half of RAM"