Skip to content

Commit 249a589

Browse files
committed
RHEL9 install script updated.
1 parent f53aebd commit 249a589

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platform-rhel9/json-scada-install.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
#cd
4+
#sudo dnf -y install git
45
#git clone https://github.com/riclolsen/json-scada --config core.autocrlf=input
56
#cd json-scada/platform-rhel9
67

@@ -49,6 +50,7 @@ sslverify=1
4950
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
5051
metadata_expire=300
5152
EOL
53+
sudo dnf -y update
5254
sudo dnf -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-$(rpm -E %{rhel})-x86_64/pgdg-redhat-repo-latest.noarch.rpm
5355
sudo dnf -y install timescaledb-2-postgresql-16 postgresql16
5456
sudo /usr/pgsql-16/bin/postgresql-16-setup initdb

0 commit comments

Comments
 (0)