mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-24 16:57:02 +00:00
Initial.
This commit is contained in:
7
packages/base/all/vendor-config-onl/src/bin/onldpkg-install-url
Executable file
7
packages/base/all/vendor-config-onl/src/bin/onldpkg-install-url
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
d=$(mktemp -d)
|
||||
cd $d
|
||||
if wget $1; then
|
||||
dpkg -i *.deb
|
||||
fi
|
||||
rm -rf $d
|
||||
Reference in New Issue
Block a user