From e6c55d200a58a55ec9cf9d02e939d7f8a68910cb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 26 Jul 2025 19:05:39 +0200 Subject: ... --- accounts/gkleen@sif/zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'accounts/gkleen@sif/zshrc') diff --git a/accounts/gkleen@sif/zshrc b/accounts/gkleen@sif/zshrc index b24ff257..702990c3 100644 --- a/accounts/gkleen@sif/zshrc +++ b/accounts/gkleen@sif/zshrc @@ -132,6 +132,10 @@ dir() { unpack=false fi ;; + application/x-iso9660-image) + 7z x ${templateArchive} + unpack=false + ;; *) tar -xvaf ${templateArchive} unpack=false -- cgit v1.2.3