fix relative path bug
This commit is contained in:
@ -74,8 +74,8 @@ sed -i '8,10d' /etc/network/interfaces.d/eth0
|
|||||||
# filebrew
|
# filebrew
|
||||||
cd /home/pi/tc_ShellScripts
|
cd /home/pi/tc_ShellScripts
|
||||||
git clone http://172.16.0.230/r/computer/install.git
|
git clone http://172.16.0.230/r/computer/install.git
|
||||||
cp -r .install/nanopiM4/filebrew64 /root/filebrew
|
sudo cp -r ./install/nanopiM4/filebrew64 /root/filebrew
|
||||||
cp .install/nanopiM4/12-mybase.rules /etc/udev/rules.d/
|
sudo cp ./install/nanopiM4/12-mybase.rules /etc/udev/rules.d/
|
||||||
|
|
||||||
sudo sed -i '$ i\sudo /root/filebrew/filebrowser -d /root/filebrew/filebrowser.db &' /etc/rc.local
|
sudo sed -i '$ i\sudo /root/filebrew/filebrowser -d /root/filebrew/filebrowser.db &' /etc/rc.local
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user