You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1027
BusyBox's install command does not support -C (compare), -b (backup),
or -S (backup suffix) flags. When these flags fail, fall back to:
1. Simple 'install -m 755' command
2. If install completely unavailable, use cp + chmod
This allows croc to be installed in minimal Docker containers like
debian:stable-slim, netshoot, alpine, etc. using the bash installer.
Co-authored-by: Murat Aslan <[email protected]>
0 commit comments