mirror of
https://github.com/oguzhaninan/Stacer.git
synced 2026-01-01 19:38:44 -05:00
5 lines
70 B
Bash
5 lines
70 B
Bash
#!/bin/sh
|
|
|
|
ln -sf "/usr/share/stacer/stacer" "/usr/bin/stacer"
|
|
|
|
exit 0 |