mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
8 lines
117 B
Bash
Executable File
8 lines
117 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
echo Creating symlink
|
|
|
|
ln -s /usr/share/spotube/spotube /usr/bin
|
|
chmod +x /usr/bin/spotube
|
|
|
|
exit 0 |