fix ldk download

This commit is contained in:
Dmitry Belyaev 2022-11-03 19:56:55 +03:00
parent 9d03cc2469
commit 36b005b723
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ autoinstall:
- |
set -x
mkdir -p /tmp/ldk
curl -SLo /tmp/ldk/installer.tar.gz https://b4tman.ru/Sentinel_LDK_Ubuntu_DEB_Runtime_Installer.tar.gz
curl -SLo /tmp/ldk/installer.tar.gz https://b4tman.ru/_static/Sentinel_LDK_Ubuntu_DEB_Runtime_Installer.tar.gz
tar xzf /tmp/ldk/installer.tar.gz --strip-components=1 -C /tmp/ldk
sh -xc 'dpkg -i $(find /tmp/ldk -name "aksusb*amd64.deb" -type f)'
rm -rf /tmp/ldk