Skip to content

Commit

Permalink
Update opensuse.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jun 7, 2024
1 parent 0163c9b commit 4d16096
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install/opensuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ zypper install -y libXpm-devel
zypper install -y freetype2-devel
zypper install -y libargon2-devel

zypper install -y net-tools-deprecated

# zypper install -y php-config

SSH_PORT=`netstat -ntpl|grep sshd|grep -v grep | sed -n "1,1p" | awk '{print $4}' | awk -F : '{print $2}'`
Expand Down

0 comments on commit 4d16096

Please sign in to comment.