From ff2622e027531a20cc20573d1c088865346e38b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lumi=C3=A8re=20=C3=89lev=C3=A9?= <88174309+PoneyClairDeLune@users.noreply.github.com> Date: Wed, 22 Nov 2023 00:55:51 +0000 Subject: [PATCH] Remove iptables from Slim builds. --- build_version | 2 +- src/slimdeb/sh/install.sh | 2 +- src/slimsuse/sh/install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build_version b/build_version index 3b598ea..3b15303 100644 --- a/build_version +++ b/build_version @@ -1 +1 @@ -2023m32e \ No newline at end of file +2023m33a \ No newline at end of file diff --git a/src/slimdeb/sh/install.sh b/src/slimdeb/sh/install.sh index aa7b677..7e87309 100644 --- a/src/slimdeb/sh/install.sh +++ b/src/slimdeb/sh/install.sh @@ -17,7 +17,7 @@ apt -o Dpkg::Options::=--force-confnew upgrade -y echo "Installation stage 3..." apt -o Dpkg::Options::=--force-confnew install -y init doas bash zsh ssh \ unzip tar bzip2 brotli xz-utils \ - dnsutils net-tools psmisc nftables \ + dnsutils net-tools psmisc \ nano tree netcat-openbsd pv curl echo "Post-install..." apt clean diff --git a/src/slimsuse/sh/install.sh b/src/slimsuse/sh/install.sh index d8b95be..e701156 100644 --- a/src/slimsuse/sh/install.sh +++ b/src/slimsuse/sh/install.sh @@ -8,7 +8,7 @@ zypper --gpg-auto-import-keys update -y echo "Installation stage 3..." zypper --gpg-auto-import-keys in -y systemd opendoas bash zsh openssh-server \ unzip zip tar bzip2 brotli xz \ - bind-utils net-tools psmisc nftables \ + bind-utils net-tools psmisc \ nano tree netcat-openbsd pv curl echo "Post-install..." mkdir -p /run/sshd