This website requires JavaScript.
Explore
Help
Sign In
gfdgd_xi
/
box86
mirror of
https://github.com/ptitSeb/box86.git
Watch
1
Star
0
Fork
You've already forked box86
0
Code
Issues
Projects
Releases
Wiki
Activity
master
box86
/
postinst
5 lines
93 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
if
[
-d
'/run/systemd/system'
]
;
then
systemctl restart systemd-binfmt
||
:
fi
Reference in New Issue
View Git Blame
Copy Permalink