Gustavo Soares

Results 1 issues of Gustavo Soares

Hi @rvmey , I has modified `installdaemon.sh` to support pacman package manager. The update it's consists in: ```shell ... if command -v pacman > /dev/null; then pacman -S nodejs fi...