4 lines
92 B
Bash
Executable file
4 lines
92 B
Bash
Executable file
#!/bin/bashset -e
|
|
# shellcheck disable=SC1091
|
|
source /installers/config
|
|
${APT_GET} dos2unix
|