feat: Add Together AI and FFmpeg support, introduce core orchestration, and update documentation and install scripts.
This commit is contained in:
@@ -17,8 +17,8 @@ if [ -d "/usr/share/zsh/site-functions" ]; then
|
||||
fi
|
||||
|
||||
echo "Installing and starting systemd user service..."
|
||||
sudo mkdir -p ~/.config/systemd/user
|
||||
sudo cp toak.service ~/.config/systemd/user/
|
||||
mkdir -p ~/.config/systemd/user
|
||||
cp toak.service ~/.config/systemd/user/
|
||||
systemctl --user daemon-reload
|
||||
systemctl --user enable --now toak.service
|
||||
|
||||
|
||||
Reference in New Issue
Block a user