Tigerblue77
Tigerblue77
Sorry for the lack of infos "Grav Core + Admin" Nope I can't, it redirects me to /admin all te time I'm using Apache2 and PHP 7.3 : 
Well... Sorry I'm bad, here is what I've done to make it work (should be in documentation instead of troubleshooting) : ```bash # Place Grav files in webroot cd /var/www/html/...
> @tigerblue77 I moved it to here in order to improve the docs. Thanks for your consideration
> I also was hoping this project would continue, but it doesn't seem like it unfortunately. So I was looking for alternatives. The linuxserver.io openvpn docker image is deprecated and...
Script improved (thanks to [this topic](https://www.reddit.com/r/bash/comments/uc8yi0/need_help_on_bash_syntax/)) : ```bash install_dependencies() { (( ${#} > 1 )) && { apt update && \ apt install -y "$@" } || echo "No dependency...
Thanks for taking a look and for explanation! If it seems fine to you, maybe we could add it to the documentation/wiki, creating a new "Debian VDO Integration Guide" section...
Hello there ! I updated the script to use DKMS so that the UDS and KVDO kernel modules are kept on kernel upgrade. Don't hesitate to suggest any improvment !...
For v8.2.0.18, this should work : ```bash install_dependencies() { (( ${#} > 1 )) && { apt update && \ apt install -y "$@" } || echo "No dependency to...
Hello @rhawalsh, I hope you are doing well. Did you have time to look at my last message ? I still get the same error with KVDO v8.2.0.21 but not...
You're welcome, thanks for your reply. So will you remove the entire line or only replace the "$$" by "$" ? Out of curiosity, was there a reason for "$$"?