Skip to content

Commit e2d77e6

Browse files
committed
remove manual apt installation since it doesn't work anyhow
1 parent bb681a1 commit e2d77e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ EOF
7171
chroot $BASE_DIR/$ROOT_TARGET dpkg-divert --divert /usr/bin/ischroot.debianutils --rename /usr/bin/ischroot;
7272
chroot $BASE_DIR/$ROOT_TARGET /bin/ln -s /bin/true /usr/bin/ischroot;
7373

74-
chroot $BASE_DIR/$ROOT_TARGET dpkg -i /var/cache/apt/archives/apt_*.deb;
7574
}
7675

7776
# bring the chroot current

0 commit comments

Comments
 (0)