Installation problems

Hello

I hope I am in the right place, if not please guide me to the right place for information/help.

I have a machine that runs Linux Centos 7, . Trying to install allstar link.on this machine. with no success.
As I am brand new to ham radio and not sure yet of all the in and outs I was hoping somebody could give me some tips about how to go about this install. and why it not working.

what I have done is, gone to https://wiki.allstarlink.org/wiki/ASL_FAQ, and followed the instructions under “Can ASL be installed on an existing Linux install.”
I started by downloading ASL from

http://dvswitch.org/install-allstarlink-repository, which worked great
then I typed in chmod +x install-allstarlink-repository which seemed ok, nothing, what I could see happened but at least there was no errors.
Then we have the command ./install-allstarlink-repository, this is where a error shows up it says

“./install-allstarlink-repository: line 18: cd: /etc/apt/sources.list.d: No such file or directory
[root@Hgs tmp]# ./install-allstarlink-repository: line 18: cd: /etc/apt/sources.list.d: No such file or directory
-bash: ./install-allstarlink-repository:: No such file or directory”

the last line says that the install file doesn’t excist but
./install-allstarlink-repository: line 18: cd: /etc/apt/sources.list.d: No such file or directory
[root@freepbx tmp]# ./install-allstarlink-repository: line 18: cd: /etc/apt/sources.list.d: No such file or directory
-bash: ./install-allstarlink-repository:: No such file or directory

but if I "type ls at the promt I get this result
cron.error
firewall.log
hsperfdata_root
install-allstarlink-repository
install-allstarlink-repository.1
install-repository

Which choose that the install file for ASl “install-allstarlink-repository” do exist.

Any one that can give me a reason that this is happening?
What am I doing wrong.

You’re running CentOS 7 but from the given errors, it looks like you are trying to install packages meant for the Debian OS distribution, which is going to fail.

If it’s not too late to start over, I would suggest you either start clean from a Debian VM and run through the same DVSwitch steps, or use the ASL Debian netboot ISO here:

https://github.com/AllStarLink/Asterisk/releases/download/ASL-1.01/ASL_1.01-20180417-amd64-i386-debian-stretch-netinst.iso
.
(Above ASL ISO grabs the necessary packages from DVSwitch repo along the way)

Hope this helps,
Byron