6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo apt-get install -y gpsd gpsd-clients gpsbabel libgps-dev python-gps
|
|
|
|
sudo cp etc/default/gpsd /etc/default/gpsd
|