more updates march
This commit is contained in:
8
jitsi/base/rootfs/usr/bin/apt-dpkg-wrap
Executable file
8
jitsi/base/rootfs/usr/bin/apt-dpkg-wrap
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
export LC_ALL=C
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
bin=$1
|
||||
shift
|
||||
exec "$bin" "$@"
|
||||
Reference in New Issue
Block a user