From b57db0d5999bc2b752c6cb15e9d600ac15b0676c Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 27 Jul 2021 17:13:22 -0400 Subject: [PATCH] install-sql.sh possible bugfix --- op25/gr-op25_repeater/apps/install-sql.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/op25/gr-op25_repeater/apps/install-sql.sh b/op25/gr-op25_repeater/apps/install-sql.sh index 6b27a12..e5ce893 100755 --- a/op25/gr-op25_repeater/apps/install-sql.sh +++ b/op25/gr-op25_repeater/apps/install-sql.sh @@ -5,6 +5,8 @@ USERDIR=~/.local/bin sudo apt-get install python3-pip +PIP3=`which pip3` + # # # # # # un-comment the following two lines for ubuntu 16.04 # # # # # # #pip3 install --user pip==10.0.1 #PIP3=$USERDIR/pip3