mirror of
https://github.com/g4klx/DMRGateway.git
synced 2025-12-06 05:32:01 +01: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
|