

1·
8 months agoI don’t know all of the brew lingo, but I think using the cask option/command uses the DMG. That’s what I use when I saw that message a while ago


I don’t know all of the brew lingo, but I think using the cask option/command uses the DMG. That’s what I use when I saw that message a while ago


I really like Tempo so far. I haven’t tried it in my car yet. But I’m missing a widget
If . or /path/to/Script are not in your crontab’s PATH variable, it cannot find the script. If the script is in /path/to/Script, change your crontab to either:
*/1 * * * * cd /Path/To/Script && ./Script.shOr
Also, “*/1” means every 1 minute and “*” means every minute, so the “/1” is unnecessary