autoinst

scripts to make installation of custom debian easier and more automated
git clone git://deadbeef.fr/autoinst.git
Log | Files | Refs | README | LICENSE

commit 074115579e06e6e9d2507a8a9c250dfe5755147f
parent 82a7f0f66b51bf8586d4632c4e27ca0dd618bc22
Author: Morel BĂ©renger <berengermorel76@gmail.com>
Date:   Thu, 12 Nov 2020 19:25:06 +0100

fix 184c327820: remove deb files

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -192,7 +192,7 @@ debootstrap --no-merged-usr --variant=minbase "--include=$PKG_LIST" $(cat $SOURC success "install done" info "cleaning target's /var/cache/apt" -rm -r "/$cp_target/var/cache/apt/archives/*.deb" +rm -r /"$cp_target"/var/cache/apt/archives/*.deb success "cleaning done" ## if using cryptsetup, then it's needed to update initramfs