diff options
author | le34 | 2019-08-27 13:30:47 +1100 |
---|---|---|
committer | le34 | 2019-08-27 13:30:47 +1100 |
commit | c388e9f2a585df45ceb5677c029f4e6cae56d6f0 (patch) | |
tree | bb6795bb22a4726e1bcfb6693ed39767bc7eef72 /install | |
parent | 18abc11f80b3813be5ad03db627c4ba139b1eb32 (diff) | |
download | aur-c388e9f2a585df45ceb5677c029f4e6cae56d6f0.tar.gz |
Change: install file
Diffstat (limited to 'install')
-rw-r--r-- | install | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -13,9 +13,8 @@ BLUE="${BOLD}$(tput setaf 4)" GREEN="${BOLD}$(tput setaf 2)" post_install() { - usr/bin/systemd-sysusers nfsen.conf || true - usr/bin/systemd-tmpfiles --create nfsen.conf || true - + mkdir /var/lib/nfsen && chmod 775 /var/lib/nfsen && chown nfsen:http /var/lib/nfsen + note 'To complete the installation, run:' note ' cd /usr/share/webapps/nfsen' note ' su -c "./install.pl /etc/nfsen/nfsen.conf"' |