9efaea5036
Various editors depend on the shebang line to determine what language to use for syntax highlighting and/or linting. Therefore add one. It is ignored when sourcing and the scriplets are not executable so the shebang will never be used. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
6 lines
147 B
Bash
6 lines
147 B
Bash
#!/bin/bash
|
|
|
|
# shellcheck disable=SC2034
|
|
NOOBS_NAME="Raspbian Full"
|
|
NOOBS_DESCRIPTION="A port of Debian with desktop and recommended applications"
|