mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-21 21:45:39 +08:00
18 lines
169 B
Bash
18 lines
169 B
Bash
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
cd /
|
|
rm -rf DMRGa*
|
|
cd /opt
|
|
rm -rf script
|
|
cd /var/log
|
|
rm -rf script
|
|
|
|
cd /boot
|
|
cp DMRGateway*.tgz /
|
|
cd /
|
|
tar -xvf DMRGateway*.tgz
|
|
systemctl daemon-reload
|