Fred Eisele
Fred Eisele
@conda-forge/staged-recipes, ready for review
> Apologies for missing your question earlier. To be clear, this package should be `noarch: generic`. It should only have a single `build.sh` script that runs on `linux-64`, and the...
> It looks the fork you are using doesn't grant push rights to other users. You should have push rights now.
I had problems getting the `build.bat` to work correctly. I went back to the `build.nu` replacing the `build.bat` and `build.sh`. It is brief and clear to me. I took out...
> Can you rebase this PR? GitHub won't let me merge it until that has been done. @danielnachun I am not sure what you mean by 'rebase'. Do you mean...
Great, now it is borked.
Here are my remotes > You need to run: > > ``` > git pull --rebase origin main > git rebase --interactive origin main > ``` > > Basically what's...
The IP address variable needs to be set. ` export MY_IPA= ` Test normal default installation with the following command: ``` wget -qO - https://raw.githubusercontent.com/babeloff/FreeTAKHub-Installation/main/scripts/easy_install.sh | sudo bash -s --...
According to https://nodered.org/docs/faq/node-versions The nodejs needs to be 18 (or 20) to run nodered v4+ The nodejs installed on Ubuntu 22.04 is v12 ``` nodejs/jammy-updates,jammy-security,now 12.22.9~dfsg-1ubuntu3.5 arm64 [installed] evented I/O...
Closed by https://github.com/FreeTAKTeam/FreeTAKHub-Installation/pull/128