[Install Bug]: RedBot
Panel Version
1.0.0-beta26
Wings Version
1.0.0-beta18
Service
RedBot
Modified
No, I did not modify the egg
Expected Behavior
Egg installs red bot red bot boots properly
Actual Behavior
Egg installs red bot red bot does not boot correctly as it is improperly installed
Steps To Reproduce
install and start
encounter this message and bot crashes
You need to configure the bot instance using redbot-setup prior to running the bot
Install logs
https://ptero.co/rudugobexe
/mnt/install/install.sh: line 27: curl: command not found
idk If redbot made for arm
The issue is that the python image upgraded to Debian 13 and that has changed the names of some packages so the apt install failed.
Note, selecting 'bind9-dnsutils' instead of 'dnsutils'
Note, selecting 'libncurses-dev' instead of 'libncurses5-dev'
Package openjdk-17-jre-headless is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
openjdk-21-jre openjdk-21-jdk-headless
So it's just a matter of fixing the package names on the install script? If so I can do that here shortly and get a PR for you
So it's just a matter of fixing the package names on the install script? If so I can do that here shortly and get a PR for you
image needs a fix. nothing you can fix
I was able to figure it out if you haven't already. You need to change the startup script to:
PATH=$PATH:/home/container/.local/bin redbot-setup --no-prompt --instance-name pterodactyl