Skip to content

Commit

Permalink
Readd iptables.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoneyClairDeLune committed Nov 22, 2023
1 parent ff2622e commit 08b0bd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023m33a
2023m33b
2 changes: 1 addition & 1 deletion src/slimdeb/sh/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
dnsutils net-tools psmisc nftables \
nano tree netcat-openbsd pv curl
echo "Post-install..."
apt clean
Expand Down
2 changes: 1 addition & 1 deletion src/slimsuse/sh/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
bind-utils net-tools psmisc nftables \
nano tree netcat-openbsd pv curl
echo "Post-install..."
mkdir -p /run/sshd
Expand Down

0 comments on commit 08b0bd3

Please sign in to comment.