Hi
It seems like there is a bad dependency on the actual fine name when using the installer on linux.
Initially I downloaded the installer using
In my option I don't think its very intuitive to have a dependency like this on the name of the file.
Regards
It seems like there is a bad dependency on the actual fine name when using the installer on linux.
Initially I downloaded the installer using
wget -O serverinstaller https://api.modpacks.ch/public/modpack/6/91/server/linux
. This downloaded the binary. After granting exec permission and running ./serverinstaller
it would just display the help each time. (Assuming the is the default behavior if the arguments are not understood). If you added any arguments if would then run the mod pack search. I then renamed the file as per the the name in the response header (serverinstall_6_91) and this seems to resolve the problem.In my option I don't think its very intuitive to have a dependency like this on the name of the file.
Regards