SOLVED Raspberry Pi Install Script Unavailable

Status
Not open for further replies.

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,044
565
113
Just click the link you have posted above, that should not 404 you.
 

KitchM

Member
Jul 15, 2019
168
6
18
I agree but it is doing the same today again. Here are the results I've reported as a bug:
--2021-03-23 17:51:46-- https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/preinstall.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com… 185.199.108.133, 185.199.109.133, 185.199.110.133, …
Connectinng to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.113|:443… connected.
HTTP request sent, awaiting response… 404 Not Found
20251-03-23 17:51:46 ERROR 404; Not Found.


--2021-03-24 11:18:15-- https://raw.githubusercontent.com/fusionpbx/fusionpbx-install.sh/master/debian/preinstall.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)… failed: Temporary failure in name resolution.
wget: unable to resolve host address raw.githubusercontene.com

I've never had this happen before, but it is going on for three days now, regardless of going thru managed switch or direct on different port on router. Doesn't matter if I go thru VPN or not, either.

Its a real head-scratcher.
 

ad5ou

Active Member
Jun 12, 2018
884
196
43
The links you posted are different.
pre-install.sh vs preinstall.sh
pre-install.sh link in your first post resolves and works.
It returns:
Code:
#!/bin/sh

#upgrade the packages
apt-get update && apt-get upgrade -y

#install packages
apt-get install -y git lsb-release

#get the install script
cd /usr/src && git clone https://github.com/fusionpbx/fusionpbx-install.sh.git

#change the working directory
cd /usr/src/fusionpbx-install.sh/debian
 

KitchM

Member
Jul 15, 2019
168
6
18
Yup. Just found out that I missed the dash in pre-install. Good eyes. Thanks so much. All back to normal now. Phew! ;)
 

KitchM

Member
Jul 15, 2019
168
6
18
I went over this in my mind a number of times and finally figured out just what happened. When copying the line of information, the hyphen or dash happened to be at the end of a line on my display, so I assumed it to be a hyphenated word. I did this subconsciously and never stopped to realize it was a list of code to be use specifically as printed. I knew there had to be a reason for the mistake, but it took me a while to figure it out. Live and learn.

Hope this helps the next guy or gal.
 
Status
Not open for further replies.