We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86f742 commit 55c9b37Copy full SHA for 55c9b37
README.md
@@ -216,16 +216,16 @@ $ sudo cp /usr/lib/ssl/openssl.cnf /usr/lib/ssl/openssl.cnf.old
216
$ sudo vi /usr/lib/ssl/openssl.cnf
217
#CipherString = DEFAULT@SECLEVEL=2
218
CipherString = DEFAULT@SECLEVEL=1
219
-bash ./365calendar.sh
+$ bash ./365calendar.sh
220
```
221
222

223
224
## Take wallpaper from bing and display
225
To use this, you need python3 and imagemagick.
226
227
-sudo apt install imagemagick
228
-bash ./bing_wallpaper.sh
+$ sudo apt install imagemagick
+$ bash ./bing_wallpaper.sh
229
230
231
0 commit comments