Skip to content

Commit 279077d

Browse files
committed
Add sudo
1 parent b17eff2 commit 279077d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ main() {
4141
rm -f "$tmp_dir/openrun.tar.gz"
4242

4343
if test $openrun_install = "/var/lib/openrun"; then
44-
ln -sf $exe /usr/bin/openrun
44+
echo "Creating /usr/bin/openrun symlink"
45+
sudo ln -sf $exe /usr/bin/openrun
4546
fi
4647

4748
if test ! -s $openrun_install/openrun.toml; then

0 commit comments

Comments
 (0)