Closed VendettaMike closed 6 months ago
I'm performing a fresh direct install on Rocky Linux and a few errors exist in the install.sh script.
Install.sh fails at line 19
# copy all files to install path mkdir "$path" cp -R ../* "$install_path"
mkdir should be creating _$installpath instead of path
In addition, Install.sh fails at line 29
# install and start service cp ./certwarden.service /etc/systemd/system/certwarden.service systemctl daemon-reload
certwarden.service doesn't exist as legocerthub.service is still distributed. Need to do a quick rename!
After that, the install succeeds.
Thank you.
Bummer, literally just ran a release a moment ago. Ah well, it'll be in the next one.
I'm performing a fresh direct install on Rocky Linux and a few errors exist in the install.sh script.
Install.sh fails at line 19
mkdir should be creating _$installpath instead of path
In addition, Install.sh fails at line 29
certwarden.service doesn't exist as legocerthub.service is still distributed. Need to do a quick rename!
After that, the install succeeds.