Skip to content

Commit

Permalink
use apt-get instead of aptitude
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Aug 13, 2017
1 parent 03f2a58 commit d7fa001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/basefiles/mk-basefile
Expand Up @@ -95,7 +95,7 @@ EOM

cleanup-deb() {

chroot $xtmp aptitude clean
chroot $xtmp apt-get clean
rm -f $xtmp/etc/hostname $xtmp/etc/resolv.conf $xtmp/etc/machine-id
rm $xtmp/var/lib/apt/lists/*_*
rm -f $xtmp/etc/udev/rules.d/70-persistent-net.rules
Expand Down

0 comments on commit d7fa001

Please sign in to comment.