fix path
This commit is contained in:
Vendored
+8
-8
@@ -23,22 +23,22 @@ You can execute the setup script directly from GitLab using curl:
|
|||||||
|
|
||||||
#### Basic interactive setup (prompts for each option):
|
#### Basic interactive setup (prompts for each option):
|
||||||
```bash
|
```bash
|
||||||
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts-linux/-/raw/main/debian/setup_raspberry.sh | sudo bash
|
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts/-/raw/main/debian/setup_raspberry.sh | sudo bash
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Configure MAC address only:
|
#### Configure MAC address only:
|
||||||
```bash
|
```bash
|
||||||
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts-linux/-/raw/main/debian/setup_raspberry.sh | sudo bash -s "94:29:48:23:6A:B8"
|
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts/-/raw/main/debian/setup_raspberry.sh | sudo bash -s "94:29:48:23:6A:B8"
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Configure MAC address and disable GUI:
|
#### Configure MAC address and disable GUI:
|
||||||
```bash
|
```bash
|
||||||
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts-linux/-/raw/main/debian/setup_raspberry.sh | sudo bash -s "94:29:48:23:6A:B8" disable_gui
|
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts/-/raw/main/debian/setup_raspberry.sh | sudo bash -s "94:29:48:23:6A:B8" disable_gui
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Configure MAC, disable GUI, and set static IP with gateway:
|
#### Configure MAC, disable GUI, and set static IP with gateway:
|
||||||
```bash
|
```bash
|
||||||
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts-linux/-/raw/main/debian/setup_raspberry.sh | sudo bash -s "94:29:48:23:6A:B8" disable_gui "192.168.1.100/24" "192.168.1.1"
|
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts/-/raw/main/debian/setup_raspberry.sh | sudo bash -s "94:29:48:23:6A:B8" disable_gui "192.168.1.100/24" "192.168.1.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manual Installation
|
### Manual Installation
|
||||||
@@ -46,7 +46,7 @@ Alternatively, download and run the script locally:
|
|||||||
|
|
||||||
1. Download the setup script:
|
1. Download the setup script:
|
||||||
```bash
|
```bash
|
||||||
wget https://gitlab.spiralragetech.com/tiago.aica/scripts-linux/-/raw/main/debian/setup_raspberry.sh
|
wget https://gitlab.spiralragetech.com/tiago.aica/scripts/-/raw/main/debian/setup_raspberry.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Make it executable:
|
2. Make it executable:
|
||||||
@@ -97,17 +97,17 @@ The setup_raspberry.sh script accepts these parameters in order:
|
|||||||
|
|
||||||
### Example 1: Minimal Configuration (MAC only)
|
### Example 1: Minimal Configuration (MAC only)
|
||||||
```bash
|
```bash
|
||||||
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts-linux/-/raw/main/debian/setup_raspberry.sh | sudo bash -s "00:1A:2B:3C:4D:5E"
|
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts/-/raw/main/debian/setup_raspberry.sh | sudo bash -s "00:1A:2B:3C:4D:5E"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example 2: Network Configuration
|
### Example 2: Network Configuration
|
||||||
```bash
|
```bash
|
||||||
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts-linux/-/raw/main/debian/setup_raspberry.sh | sudo bash -s "" "" "192.168.1.100/24" "192.168.1.1"
|
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts/-/raw/main/debian/setup_raspberry.sh | sudo bash -s "" "" "192.168.1.100/24" "192.168.1.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example 3: Full Configuration
|
### Example 3: Full Configuration
|
||||||
```bash
|
```bash
|
||||||
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts-linux/-/raw/main/debian/setup_raspberry.sh | sudo bash -s "00:1A:2B:3C:4D:5E" disable_gui "192.168.1.100/24" "192.168.1.1"
|
curl -s https://gitlab.spiralragetech.com/tiago.aica/scripts/-/raw/main/debian/setup_raspberry.sh | sudo bash -s "00:1A:2B:3C:4D:5E" disable_gui "192.168.1.100/24" "192.168.1.1"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Post-Installation
|
## Post-Installation
|
||||||
|
|||||||
Reference in New Issue
Block a user