This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# VTT Processor Ubuntu Installer Script | |
echo "===== VTT File Processor Installer =====" | |
echo "This script will set up everything needed to run the VTT Processor application." | |
echo "" | |
# Get username for desktop shortcut | |
USERNAME=$(whoami) | |
HOME_DIR="/home/$USERNAME" |