We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e2435 commit 4a3793eCopy full SHA for 4a3793e
deb2kali.sh
@@ -23,9 +23,9 @@ apt-get -y autoremove --purge
23
apt-get -y install kali-linux
24
25
### 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
+apt-get -y --force-yes install tzdata=2015d-0+deb8u1
+apt-get -y --force-yes install libc6=2.19-18
+apt-get -y --force-yes install systemd=215-17+deb8u1 libsystemd0=215-17+deb8u1
29
30
### Double-check that nothing else needs to be updated ###
31
apt-get update
0 commit comments