1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-06 22:19:50 +00:00
fcast/clients/nautilus/reinstall.sh

8 lines
116 B
Bash
Raw Permalink Normal View History

2023-08-21 10:54:41 +02:00
#!/bin/sh
# Call uninstall and then install scripts
sh uninstall.sh
sh install.sh
echo "Reinstallation complete!"