first commit
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
HERE=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
||||
DEB="$HERE/dist/librenet-scanner_0.1.0_all.deb"
|
||||
if [ ! -f "$DEB" ]; then
|
||||
echo "Paquet .deb absent. Construction..."
|
||||
"$HERE/packaging/build-deb.sh"
|
||||
fi
|
||||
exec sudo apt install "$DEB"
|
||||
Reference in New Issue
Block a user