xd
This commit is contained in:
parent
12e7b5a250
commit
5648cf2f7d
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@ cp -n rclone.conf /root/.config/rclone/rclone.conf
|
||||||
cp nman.service /etc/systemd/system/
|
cp nman.service /etc/systemd/system/
|
||||||
cp nman.timer /etc/systemd/system/
|
cp nman.timer /etc/systemd/system/
|
||||||
cp mnt-files.mount /etc/systemd/system/
|
cp mnt-files.mount /etc/systemd/system/
|
||||||
|
cp var-www-html.mount /etc/systemd/system/
|
||||||
cp nman /etc/default/
|
cp nman /etc/default/
|
||||||
cp nman.py /opt/
|
cp nman.py /opt/
|
||||||
cp nman.sh /opt/
|
cp nman.sh /opt/
|
||||||
|
@ -36,6 +37,8 @@ mkdir /etc/nginx
|
||||||
mkdir -p /var/www/html
|
mkdir -p /var/www/html
|
||||||
mkdir -p /opt/cache/var-www-html
|
mkdir -p /opt/cache/var-www-html
|
||||||
|
|
||||||
|
ln -s /usr/bin/rclone /sbin/mount.rclone
|
||||||
|
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
|
||||||
systemctl enable --now mnt-files.mount
|
systemctl enable --now mnt-files.mount
|
||||||
|
|
Loading…
Reference in a new issue