X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=debian%2Fpython3-osmclient.postinst;h=75ec83fd1aa8c58164de719a0770274ba690511c;hb=1931b2032c07d1ed3897739d0b40485d4411db1d;hp=9695c47d944f5b1eac557f564332f387f3072b0d;hpb=43e9684cc5f12d9cf47f0bd45f9c9b26d9ce0a26;p=osm%2Fosmclient.git diff --git a/debian/python3-osmclient.postinst b/debian/python3-osmclient.postinst index 9695c47..75ec83f 100644 --- a/debian/python3-osmclient.postinst +++ b/debian/python3-osmclient.postinst @@ -16,7 +16,7 @@ echo "POST INSTALL OSMCLIENT" #Install pyangbind, required for python3-osm-im -python3 -m pip install pyangbind +python3 -m pip install pyangbind verboselogs #configure autocomplete for osmclient [ -z "$SUDO_USER" ] && SUDO_USER="$USER" su $SUDO_USER -c 'mkdir -p $HOME/.bash_completion.d'