We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17eff2 commit 279077dCopy full SHA for 279077d
static/install.sh
@@ -41,7 +41,8 @@ main() {
41
rm -f "$tmp_dir/openrun.tar.gz"
42
43
if test $openrun_install = "/var/lib/openrun"; then
44
- ln -sf $exe /usr/bin/openrun
+ echo "Creating /usr/bin/openrun symlink"
45
+ sudo ln -sf $exe /usr/bin/openrun
46
fi
47
48
if test ! -s $openrun_install/openrun.toml; then
0 commit comments