10-31-2020, 10:57 AM
Thanks for testing!
Overall this looks good, but it does mean there weren't any MMS messages waiting.
The only thing that's a problem here is this part, which indicates something I forgot to put in my install instructions:
I'll add those two lines to the install instructions now.
Code:
mobian@mobian:~/janky-mms$ ghc -O2 jmms.hs
[1 of 4] Compiling Settings ( Settings.hs, Settings.o )
[2 of 4] Compiling ViewPix ( ViewPix.hs, ViewPix.o )
[3 of 4] Compiling ReadMessages ( ReadMessages.hs, ReadMessages.o )
[4 of 4] Compiling Main ( jmms.hs, jmms.o )
Linking jmms ...
mobian@mobian:~/janky-mms$ nano ~/.bashrc
mobian@mobian:~/janky-mms$ source ~/.bashrc
mobian@mobian:~/janky-mms$ sudo nmcli radio wifi off && jmms --get && sudo nmcli radio wifi on
git init
Initialized empty Git repository in /home/mobian/msg-data/.git/
git annex init
init
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'mobian@mobian.(none)')
(scanning for unlocked files...)
ok
(recording state in git...)
"2"
["No sms messages were found"]
[]
On branch master
Initial commit
nothing to commit (create/copy files and use "git add" to track)
attempted to get: []
successes: []
mobian@mobian:~/janky-mms$ jmms --read
Up to date!
Overall this looks good, but it does mean there weren't any MMS messages waiting.
The only thing that's a problem here is this part, which indicates something I forgot to put in my install instructions:
Code:
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
I'll add those two lines to the install instructions now.