Add global sofi launcher to copy.sh
This commit is contained in:
parent
14b3872e32
commit
cc8c943e2a
5
copy.sh
5
copy.sh
|
@ -11,6 +11,11 @@ if ! command -v wget &> /dev/null; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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 init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue