Skip to content

Commit 3beefb7

Browse files
committed
remove code for Debian Jessie and "Kali Linux"
Jessie reached EOL quite some time ago, and we do not support Debian/Ubuntu derrivatives, so removing code for Kali Linux. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent e93e554 commit 3beefb7

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

install.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ check_forked() {
258258
9)
259259
dist_version="stretch"
260260
;;
261-
8|'Kali Linux 2')
261+
8)
262262
dist_version="jessie"
263263
;;
264264
esac
@@ -392,13 +392,6 @@ do_install() {
392392
case "$lsb_dist" in
393393
ubuntu|debian|raspbian)
394394
pre_reqs="apt-transport-https ca-certificates curl"
395-
if [ "$lsb_dist" = "debian" ]; then
396-
# libseccomp2 does not exist for debian jessie main repos for aarch64
397-
if [ "$(uname -m)" = "aarch64" ] && [ "$dist_version" = "jessie" ]; then
398-
add_debian_backport_repo "$dist_version"
399-
fi
400-
fi
401-
402395
if ! command -v gpg > /dev/null; then
403396
pre_reqs="$pre_reqs gnupg"
404397
fi

0 commit comments

Comments
 (0)