Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Oct 1, 2024
1 parent 6e5dbed commit 020354f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/install/rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ if [ $VERSION_ID -ge 8 ];then
PKGMGR='dnf'
fi

# systemctl status chronyd -l
$PKGMGR install -y chrony

$PKGMGR install -y curl-devel libmcrypt libmcrypt-devel python3-devel
$PKGMGR install -y net-tools
$PKGMGR install -y unixODBC-devel
Expand Down
1 change: 1 addition & 0 deletions scripts/install/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if grep -Eq "Ubuntu" /etc/*-release; then
fi

# synchronize server
# systemctl status chronyd -l
apt install chrony -y
apt install ntpdate -y

Expand Down

0 comments on commit 020354f

Please sign in to comment.