fix misfortune
This commit is contained in:
@@ -11,7 +11,7 @@ Now with optional Teto speaking in your terminal via ffplay! Just SV2, for now.
|
|||||||
## **Dependencies**
|
## **Dependencies**
|
||||||
|
|
||||||
### install.sh and tetosong
|
### install.sh and tetosong
|
||||||
fortune/fortune-mod
|
fortune/fortune-mod or misfortune
|
||||||
|
|
||||||
ffmpeg -optional for speaking Teto
|
ffmpeg -optional for speaking Teto
|
||||||
|
|
||||||
|
|||||||
2
tetosong
2
tetosong
@@ -16,7 +16,7 @@ if ! [ -x "$(command -v fortune)" ]; then
|
|||||||
if [ "$AUDIO" = "YES" ]; then
|
if [ "$AUDIO" = "YES" ]; then
|
||||||
nohup ffplay -nodisp -autoexit -v quiet ~/.local/share/tetosong/sv2SOTD.wav 2>/dev/null >/dev/null &
|
nohup ffplay -nodisp -autoexit -v quiet ~/.local/share/tetosong/sv2SOTD.wav 2>/dev/null >/dev/null &
|
||||||
fi
|
fi
|
||||||
misfortune ~/.local/share/tetosong
|
misfortune ~/.local/share/tetosong/* # fortune doesnt care if you give it a directory, apparently misfortune does. watch this be a problem when i go to add SynthV Teto in a separate file.
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if [ "$AUDIO" = "YES" ]; then
|
if [ "$AUDIO" = "YES" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user