6 Commits

Author SHA1 Message Date
Jack Burton
bafc85453d Change Hostname Scripts + New MiSTer System Check 2021-08-23 12:14:36 -06:00
Locutus73
026108c58d Version 1.0.3
Code review by by frederic-mahe, now the script performs more compact tests and operations, thank you very much.
2019-05-02 11:19:42 +02:00
Frédéric Mahé
60d68bbbbc more compact test and operation
- factorize file name (don't repeat yourself®),
- sed does not need `-e`:
> If no -e, --expression, -f, or --file option is given, then the first non-option argument  is taken  as  the sed script to interpret.  All remaining arguments are names of input files; if no input files are specified, then the standard input is read.
- sed does not need `g` (`^#` cannot occur multiple times on the same line),
- sed expression, use a space to separate the conditional pattern `/--dport 22 /` from the rest of the expression for clarity
2019-04-10 11:49:30 +02:00
Locutus73
b5607c1048 Version 1.0.2
Remounting / as RW only when needed; downgraded version from 1.1 to 1.0.2.
2019-02-03 12:14:45 +01:00
Locutus73
b6f1fc9158 Version 1.1
Remounting / as RW before altering /etc/init.d/ so the script actually works from OSD.
2019-02-02 21:40:36 +01:00
Locutus73
76d7c03673 Version 1.0 2019-02-02 11:30:46 +01:00