Initial commit: StreamFlow IPTV platform
This commit is contained in:
commit
73a8ae9ffd
1240 changed files with 278451 additions and 0 deletions
15
desktop-app/clear-config.sh
Executable file
15
desktop-app/clear-config.sh
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Clear StreamFlow configuration for testing fresh install
|
||||
|
||||
echo "Clearing StreamFlow configuration..."
|
||||
|
||||
# Remove all StreamFlow config directories
|
||||
rm -rf ~/.config/streamflow-desktop/
|
||||
rm -rf ~/.config/StreamFlow/
|
||||
rm -rf ~/.config/streamflow/
|
||||
|
||||
echo "✅ All configuration and session data cleared!"
|
||||
echo ""
|
||||
echo "The app will now show the connection window on next launch."
|
||||
echo "This simulates a fresh installation."
|
||||
Loading…
Add table
Add a link
Reference in a new issue