[modify] add openwrt to restore and gather all tasks which need to execute to init.sh
This commit is contained in:
14
update/init.sh
Normal file
14
update/init.sh
Normal file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
ip link set enp1s0 promisc on
|
||||
ip link set enp2s0 promisc on
|
||||
ip link set wlx90de80ca01ec promisc on
|
||||
|
||||
/usr/bin/qbittorrent-nox --webui-port=10005 -d
|
||||
/usr/bin/bash /opt/scripts/update/jekyll_update.sh
|
||||
/usr/bin/bash /opt/scripts/update/calibre.sh
|
||||
|
||||
|
||||
# /usr/bin/mount -t ext4 -w UUID="b7c2c4b8-bfde-479b-80bb-655432a433b8" /opt/wd
|
||||
|
||||
|
Reference in New Issue
Block a user