install script updates 3
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
git clone <repo-url> ~/RDC_Simulation
|
||||
cd ~/RDC_Simulation
|
||||
|
||||
# Run full installer (includes ArduPilot)
|
||||
./setup/install_ubuntu.sh --with-ardupilot
|
||||
# Run full installer (20-30 minutes)
|
||||
./setup/install_ubuntu.sh
|
||||
|
||||
# Reload shell
|
||||
source ~/.bashrc
|
||||
@@ -52,7 +52,7 @@ sudo apt update && sudo apt upgrade -y
|
||||
# Clone and install
|
||||
git clone <repo-url> ~/RDC_Simulation
|
||||
cd ~/RDC_Simulation
|
||||
./setup/install_ubuntu.sh --with-ardupilot
|
||||
./setup/install_ubuntu.sh
|
||||
|
||||
# Reload shell
|
||||
source ~/.bashrc
|
||||
@@ -72,7 +72,7 @@ source ~/.bashrc
|
||||
## Arch Linux
|
||||
|
||||
```bash
|
||||
./setup/install_arch.sh --with-ardupilot
|
||||
./setup/install_arch.sh
|
||||
source ~/.bashrc
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user