We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53aebd commit 249a589Copy full SHA for 249a589
platform-rhel9/json-scada-install.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
3
#cd
4
+#sudo dnf -y install git
5
#git clone https://github.com/riclolsen/json-scada --config core.autocrlf=input
6
#cd json-scada/platform-rhel9
7
@@ -49,6 +50,7 @@ sslverify=1
49
50
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
51
metadata_expire=300
52
EOL
53
+sudo dnf -y update
54
sudo dnf -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-$(rpm -E %{rhel})-x86_64/pgdg-redhat-repo-latest.noarch.rpm
55
sudo dnf -y install timescaledb-2-postgresql-16 postgresql16
56
sudo /usr/pgsql-16/bin/postgresql-16-setup initdb
0 commit comments