mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-03 14:31:32 +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 upgrade -y
|
||||
@ -69,10 +76,10 @@ rm -rf SDRPlusPlus
|
||||
## install YAGS client
|
||||
cd station
|
||||
|
||||
sudo make install
|
||||
make install
|
||||
|
||||
#sudo chmod -R 777 /YAGS/records/
|
||||
#sudo chmod -R 777 /YAGS/artefacts/
|
||||
#chmod -R 777 /YAGS/records/
|
||||
#chmod -R 777 /YAGS/artefacts/
|
||||
|
||||
sudo systemctl enable yags
|
||||
sudo systemctl start yags
|
||||
systemctl enable yags
|
||||
systemctl start yags
|
||||
|
Loading…
x
Reference in New Issue
Block a user