RAK2245 install problem

How to solve this issue.


My module is RAK2245 pi hat edition.
Thank you!!

What command did you execute?

Please describe your problem in detail

I try this sequence.
$ git clone https://github.com/RAKWireless/RAK2245-RAK831-LoRaGateway-RPi-Raspbian-OS.git
$ cd ~/RAK2245-RAK831-LoRaGateway-RPi-Raspbian-OS
$ sudo ./install.sh

but, I execute the last command(sudo ./install.sh) failed.
My raspbian version is 2018-11-13 stretch and board is Raspberry Pi 3B+.
Thank you!!

You can try this https://github.com/RAKWireless/rak_common_for_gateway.
Before that, you need to execute the following command first.
sudo apt-get --purge remove postgresql\*
sudo rm -r /etc/postgresql/
sudo rm -r /etc/postgresql-common/
sudo rm -r /var/lib/postgresql/
sudo rm -r /opt/ttn-gateway/

Thank you for your help!!
I solve this issue to your help.