KO4LFZ
September 4, 2025, 4:08pm
1
I’m trying to install Supermon 7.4 on my new node running ASL3. I have one node running HamVOIP, but I wanted to try the new software. I’m following the KD5FMU’s video on installation but it’s hanging up with this line:
wget "http://2577.asnode.org:43856/supermonASL_fresh_install "-O supermonASL_fresh_install
When I run that command I get the following:
I have admin access to the node. I have read some of the comments and some have gotten this to work, but I seem to be missing something.
pross
September 4, 2025, 4:42pm
2
You have a missing space, should be
sudo wget "http://2577.asnode.org:43856/supermonASL_fresh_install" -O supermonASL_fresh_install
-O is short for –output and tells wget to save what it fetches as a file named whatever comes after it, in your case supermonASL_fresh_install
KO4LFZ
September 4, 2025, 6:11pm
3
Now I’m getting permission denied.
pross
September 4, 2025, 6:20pm
4
You still need sudo.. I only highlighted the part with the missing space.
N0NB
October 29, 2025, 8:50am
5
Cool, is nice to see the heavily modified script I gave Freddy is helping people.
1 Like
KD5FMU
November 4, 2025, 3:22am
7
It’s spelled Freddie, just FYI
Blame autocorrect brother