Add global sofi launcher to copy.sh

This commit is contained in:
Sage Vaillancourt 2024-02-24 12:59:24 -05:00
parent 14b3872e32
commit cc8c943e2a
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ if ! command -v wget &> /dev/null; then
exit 1
fi
if ! command -v sofi &> /dev/null && ! test -f /usr/bin/sofi; then
sudo echo '#!/bin/bash\n$HOME/.sofi.sh --launch' > /usr/bin/sofi
sudo chmod +x /usr/bin/sofi
fi
git submodule init
git submodule update