diff --git a/copy.sh b/copy.sh index bc21e94..6cc38c0 100755 --- a/copy.sh +++ b/copy.sh @@ -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