Skip to content

Commit

Permalink
enabled service activation
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryhopper committed Nov 16, 2020
1 parent 2ee3d1f commit 3b181ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions extra/install-armbian-focal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,19 @@ else

fi

rm -f /sbin/osbox
ln -s /usr/local/osbox/osbox /sbin/osbox
chmod +x /usr/local/osbox/osbox
chmod +x /usr/local/osbox/bin/osbox-service.sh
chmod +x /sbin/osbox
chmod +x /usr/sbin/osbox









## Enable the service
Expand Down

0 comments on commit 3b181ef

Please sign in to comment.