fix requests missing in dietpi for autounlock

This commit is contained in:
openoms
2019-02-20 11:13:00 +00:00
parent 04e301ecd2
commit 6a9a63a93e

View File

@@ -1,5 +1,8 @@
#!/bin/bash
# requests missing in dietpi
sudo pip install requests
# command info
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
echo "small config script to autounlock lnd after restart"