我正在尝试创建一个脚本并且无法从shell更改下载位置我尝试删除core.conf然后在创建core.conf之后下载我的但是它不在这里工作是我的代码,如果你有问题,请问:
watch -n 1 rm /var/lib/deluge/config/deluge/core.conf &&
wget --output-document="/var/lib/deluge/.config/deluge/core.conf" https://raw.githubusercontent.com/iamtis/deluge-installer/master/var/lib/deluge/config/deluge/core.conf
wait
rm -f /etc/init.d/coredl.sh
rm -- "$0"
Github回购https://github.com/iamtis/deluge-installer不要取笑它只是一个有趣的项目XD