mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2025-01-09 13:12:22 +00:00
Updated jdownloader2_setup.sh
This commit is contained in:
parent
42bcfba435
commit
6344708279
|
@ -58,7 +58,7 @@ systemctl enable jdownloader2 &>/dev/null
|
||||||
|
|
||||||
echo -e "${CHECKMARK} \e[1;92m Setup NFS share for the jdownloader2 Downloads folder... \e[0m"
|
echo -e "${CHECKMARK} \e[1;92m Setup NFS share for the jdownloader2 Downloads folder... \e[0m"
|
||||||
wget -O /etc/exports https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/config_files/exports &>/dev/null
|
wget -O /etc/exports https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/config_files/exports &>/dev/null
|
||||||
systemctl restart nfs-kernel-server
|
systemctl restart nfs-kernel-server &>/dev/null
|
||||||
|
|
||||||
echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"
|
echo -e "${CHECKMARK} \e[1;92m Customizing Container... \e[0m"
|
||||||
rm /etc/motd
|
rm /etc/motd
|
||||||
|
|
Loading…
Reference in a new issue