diff --git a/copy.sh b/copy.sh index 6cc38c0..1e77c1b 100755 --- a/copy.sh +++ b/copy.sh @@ -12,7 +12,7 @@ if ! command -v wget &> /dev/null; then 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 + echo -e '#!/bin/bash\n$HOME/.sofi.sh --launch' | sudo tee /usr/bin/sofi sudo chmod +x /usr/bin/sofi fi