Skip to content

Commit 4a3793e

Browse files
committed
Update deb2kali.sh
1 parent 29e2435 commit 4a3793e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deb2kali.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ apt-get -y autoremove --purge
2323
apt-get -y install kali-linux
2424

2525
### Downgrade specific packages to their Kali Linux versions ###
26-
apt-get -y install tzdata=2015d-0+deb8u1
27-
apt-get -y install libc6=2.19-18
28-
apt-get -y install systemd=215-17+deb8u1 libsystemd0=215-17+deb8u1
26+
apt-get -y --force-yes install tzdata=2015d-0+deb8u1
27+
apt-get -y --force-yes install libc6=2.19-18
28+
apt-get -y --force-yes install systemd=215-17+deb8u1 libsystemd0=215-17+deb8u1
2929

3030
### Double-check that nothing else needs to be updated ###
3131
apt-get update

0 commit comments

Comments
 (0)