Allmon2 error and inability to load files

I am very new to the allstar link. I have the ASL software loaded on a Pi3B+. Allstar shows that I key my node. I started the Allmon2 set up by typing the command … sudo apt install git

my response is:
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following additional packages will be installed:
git-man liberror-perl rsync
Suggested packages:
git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-cvs
git-mediawiki git-svn
The following NEW packages will be installed:
git git-man liberror-perl rsync
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 5,168 kB/5,195 kB of archives.
After this operation, 27.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y

When I answer yes, this is the response

Err:1 http://mirrordirector.raspbian.org/raspbian stretch/main armhf git-man all 1:2.11.0-3+deb9u2
404 Not Found [IP: 2a00:1098:0:80:1000:75:0:3 80]
Where am I screwing this up?

thank you in advance
Dave

Try running
apt-get update
first. That should solve it :slight_smile:

Cheers,
Rob

That seems to have fixed the issue. Thank you. The next step is sudo git clone https://github.com/tsawyer/sudo: git: command not found
allmon2.git /var/www/html/allmon2

the reply is sudo: git: command not found

I tried getting the update again with the same response

Edit:

I see that you already installed git. Doh. Sometimes you need to log off and log back in for something to show up in the path.

Go ahead and try:

sudo apt -y install git
sudo git clone https://github.com/AllStarLinkInc/allmon2.git

You have many more steps ahead of you, so I suggest following this guide:

https://wiki.allstarlink.org/wiki/Allmon2_Install

Were you able to resolve all of your issues?