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