From f080405a0d168fd3c2971944b0136b9878d0ddc6 Mon Sep 17 00:00:00 2001 From: Debian Live user Date: Fri, 28 Apr 2023 17:58:21 -0400 Subject: install-packages: install debhelper earlier --- install-packages.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install-packages.bash b/install-packages.bash index 6cfce94..803cd6f 100644 --- a/install-packages.bash +++ b/install-packages.bash @@ -8,7 +8,7 @@ apt() [ "$(id -u)" = 0 ] || exec sudo bash "$0" "$@" -basics='etckeeper git info par ssh tmux vim w3m' +basics='etckeeper git info par ssh tmux vim w3m debhelper' #xorg='xorg xterm i3' xorg='xorg xterm' media='libdbus-glib-1-2 mpv pulseaudio' @@ -18,7 +18,6 @@ apt_backport() { ( set -e - apt install --no-upgrade debhelper SOURCES_DIR=$1 TARGET_URL=$2 TARGET_PKG=$3 -- cgit v1.2.3