[presets] remove unneeded examples

This commit is contained in:
Philip Müller 2020-07-03 18:30:19 +02:00
parent 4df5629d43
commit eec0bf1628
2 changed files with 0 additions and 14 deletions

View File

@ -1 +0,0 @@
packages = ['arch-install-scripts']

View File

@ -1,13 +0,0 @@
script = """
set -exu
cat << 'EOF' >> /etc/pacman.conf
[archzfs]
Server = https://archzfs.com/$repo/$arch
EOF
pacman-key -r F75D9D76
pacman-key --lsign-key F75D9D76
pacman -Sy archzfs-linux
"""