Fresh install triggers no actual install #311
Replies: 9 comments 1 reply
-
|
same here, |
Beta Was this translation helpful? Give feedback.
-
|
for me the folder structure was ok, but i needed to fix this line in |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Even with that fix, it won't go further "Installing commands...." |
Beta Was this translation helpful? Give feedback.
-
|
I get the same issue when trying to upgrade |
Beta Was this translation helpful? Give feedback.
-
|
Hello everyone. Yesterday I tried to upgrade from version 2 to version 3 following the provided instructions. I wasn’t able to get it working. After that, I prepared this patch based on a solution previously suggested by another contributor. At first it seemed like it worked, but later I discovered that in the project directory According to the documentation and the source code, there should be at least 5–6 commands present, but only one gets installed. Overall, it looks like the issue is not resolved even with my latest (now previous) patch. I am about to update another patch, but unfortunately I don’t have time to properly test it. In summary, I have to conclude that Agent OS version 3.0 is currently completely non-functional, both for upgrading from a previous version and for a clean installation. UPDATE: The patch is here: #317 but I have not tested it yet |
Beta Was this translation helpful? Give feedback.
-
|
hey guys |
Beta Was this translation helpful? Give feedback.
-
|
Root cause: Bash arithmetic ((count++)) returns exit code 1 when the variable is 0. Combined with set -e, the script silently terminates. Fix all arithmetic operationssed -i 's/((profile_file_count++))/((profile_file_count++)) || true/g' ~/agent-os/scripts/project-install.sh |
Beta Was this translation helpful? Give feedback.
-
|
yeah but the whole merging of profiles does not work eather anymore :( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey - happy Tuesday!
Have been using the previous version happily on another system, but when ive just tried to install it on a fresh server, I get this issue - is this related to v3?
:~/Repos/site$ ~/agent-os/scripts/project-install.sh
=== Agent OS Project Installation ===
Configuration:
submitting a PR now
Beta Was this translation helpful? Give feedback.
All reactions