This website requires JavaScript.
Explore
Help
Sign In
ezekiel
/
live-proxmox
Watch
1
Star
0
Fork
You've already forked live-proxmox
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9ed8f3b146
live-proxmox
/
live-build
/
config
/
hooks
/
normal
/
0030-remove-my-unshare-hack...
7 lines
94 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
set
-e
if
[
-d /usr/local/bin/unshare
]
;
then
rm -vf /usr/local/bin/unshare
fi
Reference in New Issue
View Git Blame
Copy Permalink