Commit Graph

89 Commits

Author SHA1 Message Date
Locutus73
e38fa0c602 Update security_fixes.sh 2019-05-02 11:21:27 +02: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
Locutus73
e16ada67c7 Merge pull request #2 from frederic-mahe/patch-1
more compact test and operation
2019-05-02 11:09:24 +02:00
Locutus73
cdb6b472b4 Merge pull request #1 from makigumo/patch-1
security-fixes.sh: require a terminal to run
2019-05-02 11:08:42 +02:00
Locutus73
b4e746696a Update wiimote_on.sh 2019-05-01 23:40:38 +02:00
Locutus73
c338aa26e6 Version 1.2
Moved the script to https://github.com/MiSTer-devel/Scripts_MiSTer/tree/master/superseded since its function is not embedded in MiSTer Linux system.
2019-05-01 20:05:58 +02:00
Locutus73
000630f5ab Delete wminput 2019-05-01 20:02:57 +02:00
Locutus73
520cf508bf Delete uinput.ko 2019-05-01 20:02:29 +02:00
Locutus73
f2dfbd66c3 Delete nunchuk_stick2btn.so 2019-05-01 20:02:21 +02:00
Locutus73
8b6cdd6689 Delete nunchuk_kb.so 2019-05-01 20:02:15 +02:00
Locutus73
c234d08e8a Delete nunchuk_acc.so 2019-05-01 20:02:08 +02:00
Locutus73
2528c383b5 Delete libcwiid.so.1 2019-05-01 20:01:59 +02:00
Locutus73
aa8cdf3ad7 Delete led.so 2019-05-01 20:01:51 +02:00
Locutus73
971766630b Delete ir_ptr.so 2019-05-01 20:01:44 +02:00
Locutus73
b4317508c2 Delete ir_fps.so 2019-05-01 20:01:37 +02:00
Locutus73
a288df2a8a Delete input_0079_1803_v2.map 2019-05-01 20:01:32 +02:00
Locutus73
e58d9608b3 Delete input_0079_1802_v2.map 2019-05-01 20:01:24 +02:00
Locutus73
b3cea39a74 Delete input_0001_0001_v2.map 2019-05-01 20:01:16 +02:00
Locutus73
d0e466dc5e Delete cwiid.so 2019-05-01 20:01:07 +02:00
Locutus73
80335b1f93 Delete acc.so 2019-05-01 20:01:01 +02:00
Locutus73
b98ffc38b0 Delete README 2019-05-01 20:00:53 +02:00
Locutus73
f554f78e6e Delete NES_input_0079_1803_v2.map 2019-05-01 20:00:41 +02:00
Locutus73
9d4c986582 Delete NES_input_0001_0001_v2.map 2019-05-01 20:00:35 +02:00
Locutus73
7155c7f5b2 Delete MiSTer.config 2019-05-01 20:00:26 +02:00
Locutus73
02bd4cd1a4 Delete COPYING 2019-05-01 20:00:19 +02:00
Locutus73
f7681a2b9d Rename wiimote_on.sh to superseded/wiimote_on.sh 2019-05-01 19:59:47 +02:00
Locutus73
32b2b75f39 Rename wiimote_off.sh to superseded/wiimote_off.sh 2019-05-01 19:59:26 +02:00
Locutus73
f07785de46 Add files via upload 2019-05-01 19:58:18 +02:00
Locutus73
74f6c161a5 Rename cwiid/AUTHORS to superseded/cwiid/AUTHORS 2019-05-01 19:56:12 +02:00
Locutus73
8c8c69f7af Version 1.1
Now the script checks if a Bluetooth interface is available before launching wminput; added WAIT_FOR_BT_INTERFACE option, "true" in order to wait for the Bluetooth interface (the USB dongle) to be available, useful when using this script at boot time; now START_AT_BOOT="true" works.
2019-04-28 12:21:18 +02:00
Locutus73
1e67b85283 Version 1.0
First commit
2019-04-27 22:05:48 +02:00
Locutus73
e289e239d5 Add files via upload 2019-04-27 13:00:05 +02:00
Locutus73
573837f2a0 Add files via upload 2019-04-27 12:58:45 +02:00
Locutus73
d53c1f1503 Rename README to cwiid/README 2019-04-27 12:58:00 +02:00
Locutus73
6c86628f8f Add files via upload 2019-04-27 12:57:37 +02:00
Locutus73
ac82b71233 Delete wminput 2019-04-27 12:54:19 +02:00
Locutus73
644ca338db Add files via upload 2019-04-27 12:53:15 +02:00
makigumo
e92b6a724b more idiomatic check for terminal 2019-04-10 12:46:32 +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
makigumo
408dddc969 security-fixes.sh: require a terminal to run 2019-04-09 21:52:56 +02:00
Locutus73
26ee30f2ef Version 1.2.4
Refined the check for standard root password.
2019-04-08 19:14:29 +02:00
Locutus73
4bcf0d6b44 Version 1.2.3
Refined the check for standard root password.
2019-04-04 11:21:30 +02:00
Locutus73
68e9806f97 Version 1.2.2
Updated openssl deb package URL.
2019-04-03 11:40:12 +02:00
Locutus73
b51e02fe75 Version 1.1.1
Corrected a bug in MiSTer.ini download.
2019-03-03 09:33:47 +01:00
Locutus73
100db34733 Version 1.2
Changed "/media/fat/timezone" to "/media/fat/linux/timezone", removed -k option from curl.
2019-03-02 19:01:54 +01:00
Locutus73
f576fbefd7 Rename rclone_saves_downoad.sh to rclone_saves_download.sh 2019-02-16 15:58:00 +01:00
Locutus73
f9c693a802 Rename rclone_config_downoad.sh to rclone_config_download.sh 2019-02-16 15:57:25 +01:00
Locutus73
b9f4d5116a Version 1.1
Support for video_mode_ntsc and video_mode_pal; the script tries to download MiSTer.ini (when needed) using SSL certificate verification; corrected a regular expression bug.
2019-02-09 16:39:05 +01:00
Locutus73
02fb76af16 Version 1.0
First commit.
2019-02-09 16:38:18 +01:00
Locutus73
ca115a25f1 Version 1.2.1
Refined the check for standard root password.
2019-02-06 20:21:57 +01:00