https://github.com/ddworken/apmplannerinstallscript
Install script for APM planner on Ubuntu 14.04
https://github.com/ddworken/apmplannerinstallscript
Last synced: about 2 months ago
JSON representation
Install script for APM planner on Ubuntu 14.04
- Host: GitHub
- URL: https://github.com/ddworken/apmplannerinstallscript
- Owner: ddworken
- License: gpl-2.0
- Created: 2014-11-27T02:00:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T05:14:06.000Z (over 11 years ago)
- Last Synced: 2025-03-11T04:27:30.943Z (over 1 year ago)
- Language: Shell
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
APMPlannerInstallScript
=======================
Install script for APM planner on Ubuntu 14.04
##Usage
Copy and paste this into terminal to install APM Planner.
```wget https://github.com/ddworken/APMPlannerInstallScript/blob/master/install.sh; sudo chmod +x install.sh; sudo sh install.sh; sudo adduser $(whoami) dialout```