mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-04 06:51:33 +01:00
Update install script
This commit is contained in:
parent
8c9f9a5f76
commit
a0712c44eb
@ -1,4 +1,11 @@
|
|||||||
sudo systemctl stop yags
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ "$EUID" -ne 0 ]
|
||||||
|
then echo "Please run as root"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
|
||||||
|
systemctl stop yags
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
@ -69,10 +76,10 @@ rm -rf SDRPlusPlus
|
|||||||
## install YAGS client
|
## install YAGS client
|
||||||
cd station
|
cd station
|
||||||
|
|
||||||
sudo make install
|
make install
|
||||||
|
|
||||||
#sudo chmod -R 777 /YAGS/records/
|
#chmod -R 777 /YAGS/records/
|
||||||
#sudo chmod -R 777 /YAGS/artefacts/
|
#chmod -R 777 /YAGS/artefacts/
|
||||||
|
|
||||||
sudo systemctl enable yags
|
systemctl enable yags
|
||||||
sudo systemctl start yags
|
systemctl start yags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user