1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00
fcast/senders/nautilus/reinstall.sh
2025-05-28 18:02:59 -05:00

7 lines
116 B
Bash

#!/bin/sh
# Call uninstall and then install scripts
sh uninstall.sh
sh install.sh
echo "Reinstallation complete!"