From 4d726eafbb0640a45af8b56bd73659b7296a3092 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Wed, 31 Aug 2022 10:56:09 +0200 Subject: [PATCH] remove short url and submodule on eoli3n.github.io as github rawusercontent url is now easier than before, to retyped by hand --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7c4c891..7885c27 100644 --- a/README.md +++ b/README.md @@ -24,27 +24,23 @@ In that case, just switch to the previous month iso. Boot on any archiso system, and run: ``` -$ curl -s https://eoli3n.github.io/archzfs/init | bash +$ curl -s https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init | bash ``` ![dkms-screenshot](./screenshot.png) ### Debug +By default, command outputs are redirected to /dev/null. + To run the script in verbose mode, use: ``` -$ curl -s https://eoli3n.github.io/archzfs/init | bash -s -- -v +$ curl -s https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init | bash -s -- -v ``` ### Dev -```bash -$ loadkeys fr -# In pacman.conf, comment SigLevel line -# Set "SigLevel = Never" -$ pacman -Syy git -# In pacman.conf, restore Siglevel line -``` +To easily test in a VM, on your host with qemu/libvirt and vagrant installed, use [https://github.com/eoli3n/arch-config/tree/master/vagrant](https://github.com/eoli3n/arch-config/tree/master/vagrant). ### Related