more stuff

This commit is contained in:
Didier Slof 2023-09-01 01:40:41 +02:00
parent adf4cf3e0e
commit 462b92cb00
Signed by: didier
GPG key ID: 01E71F18AA4398E5
14 changed files with 257 additions and 0 deletions

11
crates/arch/crate.arch.sh Normal file
View file

@ -0,0 +1,11 @@
name="arch custom"
description="install's custom arch things"
suscript ./
conditionfn is_arch
is_arch() {
grep -q "arch" /etc/os-release
}

View file