mirror of
https://github.com/km4ack/73Linux
synced 2026-08-13 17:51:54 -04:00
fix #73
This commit is contained in:
parent
c5e9d14d1e
commit
e4e0213382
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ INSTALL(){
|
|||
CUR_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
|
||||
sudo -A apt install python-wxtools python3-pip -y
|
||||
cd ${BAPSRC}
|
||||
date=$(curl -s https://trac.chirp.danplanet.com/chirp_next/ | grep href=\"next | head -1 | sed 's/.*href="//' | sed 's/\/">.*//' | sed 's/next-//')
|
||||
date=$(curl -s https://archive.chirpmyradio.com/chirp_next/ | grep href=\"next | head -1 | sed 's/.*href="//' | sed 's/\/">.*//' | sed 's/next-//')
|
||||
wheel=https://trac.chirp.danplanet.com/chirp_next/next-${date}/chirp-${date}-py3-none-any.whl
|
||||
wget ${wheel}
|
||||
pip install ${wheel} --force-reinstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue