From 7543597b6ba7c59e181aa4fc550576e1f013b01e Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sun, 20 Nov 2016 14:32:31 +0100 Subject: [PATCH] Debloc: Support multi-arch Incredibly easy since this wasn't poorly designed :) --- scripts/debloc.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/debloc.sh b/scripts/debloc.sh index ff75db8..c371836 100755 --- a/scripts/debloc.sh +++ b/scripts/debloc.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash -DEBLOC_DB=$HOME/.config/debloc -DEBLOC_ROOT=$HOME/.debloc +ARCH=$(dpkg --print-architecture) +DEBLOC_DB=$HOME/.config/debloc/$ARCH +DEBLOC_ROOT=$HOME/.debloc/$ARCH # TODO Configurable DEBIAN_MIRROR=http://debian.polytech-lille.fr/debian