sudo mkdir /opt/pidp11
cd /opt/pidp11
sudo wget http://pidp.net/pidp11/pidp11.tar.gz
sudo gzip -d pidp11.tar.gz
sudo tar -xvf pidp11.tar
sudo /opt/pidp11/install/install.sh
All went well till the last line when it failed with "command not found". I verified that install.sh was there and I even ensured it was executable as a possible problem by doing a chmod +x on the file.
But since the tar file download and expanded without error I am kinda at a loss with this command not found error.
Did I do something wrong?
-peter
On Oct 10, 2023, at 5:35 PM, Peter Johnson <phj...@gmail.com> wrote:
First line of the install.sh script is
To unsubscribe from this group and stop receiving emails from it, send an email to pidp-11+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pidp-11/ddf179ef-f1f3-4ce2-99f3-699239c3e456n%40googlegroups.com.
On Oct 10, 2023, at 5:37 PM, David Johnson <david_...@brown.edu> wrote:
sudo sh /opt/pidp11/install/install.sh
So, I have made a lot of progress ... however, the version of the shell script that was downloaded as part of the pidp11 package has a fatal error so how do I get this fixed for others coming after me? Its Version V0.20180511, but with no date. Do the folks who manage this software follow this forum?
Secondly, I needed to add sh explicitly as part of the command shown in the instructions for executing the shell script. Was that my problem with my Pi OS install? And if not, was there something that I should have been told to do to ensure that my account was set up properly so that the install command included in the instructions would work?
I only ask so as to improve instructions and help others avoid the traps that I ran into.
Again, thanks for all the responses, it was much appreciated. And special kudos to Johnny as your help in particular helped me dig out of the hole I was in.
-peter