6 lines
167 B
Bash
Executable File
6 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Read platform to install on (only if no platform file present in ~/.config/)
|
|
read -p "Choose the configs to install, Laptop or Desktop (l/D): " platform
|
|
|