From cecb35792771ca4825b3ebf9139e136b212e87b5 Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Wed, 28 Aug 2024 21:11:18 -0600 Subject: [PATCH] Fix viddy --- debian/external_tools_install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/external_tools_install.sh b/debian/external_tools_install.sh index 8d33dde..4b3dd9c 100755 --- a/debian/external_tools_install.sh +++ b/debian/external_tools_install.sh @@ -57,7 +57,7 @@ if /usr/bin/fetch --version >/dev/null 2>&1; then "https://github.com/projectdiscovery/httpx|^httpx_.+_linux_arm64\.zip$|/tmp/httpx.zip" "https://github.com/pufferffish/wireproxy|^wireproxy_linux_arm64\.tar\.gz$|/tmp/wireproxy.tar.gz" "https://github.com/rclone/rclone|^rclone-v.+-linux-arm64\.zip$|/tmp/rclone.zip" - "https://github.com/sachaos/viddy|^viddy_Linux_arm64\.tar\.gz$|/tmp/viddy.tar.gz" + "https://github.com/sachaos/viddy|^viddy-.+-linux-arm64\.tar\.gz$|/tmp/viddy.tar.gz" "https://github.com/schollz/hostyoself|^hostyoself_.+_Linux-ARM64\.tar\.gz$|/tmp/hostyoself.tar.gz" "https://github.com/sharkdp/bat|^bat-v.+-aarch64-unknown-linux-gnu\.tar\.gz$|/tmp/bat.tar.gz" "https://github.com/sharkdp/fd|^fd-v.+-aarch64-unknown-linux-gnu\.tar\.gz$|/tmp/fd.tar.gz" @@ -80,7 +80,6 @@ if /usr/bin/fetch --version >/dev/null 2>&1; then "https://github.com/projectdiscovery/httpx|^httpx_.+_linux_armv6\.zip$|/tmp/httpx.zip" "https://github.com/pufferffish/wireproxy|^wireproxy_linux_arm\.tar\.gz$|/tmp/wireproxy.tar.gz" "https://github.com/rclone/rclone|^rclone-v.+-linux-arm\.zip$|/tmp/rclone.zip" - "https://github.com/sachaos/viddy|^viddy_Linux_armv6\.tar\.gz$|/tmp/viddy.tar.gz" "https://github.com/schollz/hostyoself|^hostyoself_.+_Linux-ARM\.tar\.gz$|/tmp/hostyoself.tar.gz" "https://github.com/sharkdp/bat|^bat-v.+-arm-unknown-linux-musleabihf\.tar\.gz$|/tmp/bat.tar.gz" "https://github.com/sharkdp/fd|^fd-v.+-arm-unknown-linux-musleabihf\.tar\.gz$|/tmp/fd.tar.gz" @@ -101,7 +100,6 @@ if /usr/bin/fetch --version >/dev/null 2>&1; then "https://github.com/projectdiscovery/httpx|^httpx_.+_linux_armv6\.zip$|/tmp/httpx.zip" "https://github.com/pufferffish/wireproxy|^wireproxy_linux_arm\.tar\.gz$|/tmp/wireproxy.tar.gz" "https://github.com/rclone/rclone|^rclone-v.+-linux-arm-v7\.zip$|/tmp/rclone.zip" - "https://github.com/sachaos/viddy|^viddy_Linux_armv6\.tar\.gz$|/tmp/viddy.tar.gz" "https://github.com/schollz/hostyoself|^hostyoself_.+_Linux-ARM\.tar\.gz$|/tmp/hostyoself.tar.gz" "https://github.com/sharkdp/bat|^bat-v.+-arm-unknown-linux-musleabihf\.tar\.gz$|/tmp/bat.tar.gz" "https://github.com/sharkdp/fd|^fd-v.+-arm-unknown-linux-musleabihf\.tar\.gz$|/tmp/fd.tar.gz" @@ -127,7 +125,7 @@ if /usr/bin/fetch --version >/dev/null 2>&1; then "https://github.com/projectdiscovery/httpx|^httpx_.+_linux_amd64\.zip$|/tmp/httpx.zip" "https://github.com/pufferffish/wireproxy|^wireproxy_linux_amd64\.tar\.gz$|/tmp/wireproxy.tar.gz" "https://github.com/rclone/rclone|^rclone-v.+-linux-amd64\.zip$|/tmp/rclone.zip" - "https://github.com/sachaos/viddy|^viddy_Linux_x86_64\.tar\.gz$|/tmp/viddy.tar.gz" + "https://github.com/sachaos/viddy|^viddy-.+-linux-x86_64\.tar\.gz$|/tmp/viddy.tar.gz" "https://github.com/schollz/hostyoself|^hostyoself_.+_Linux-64bit\.tar\.gz$|/tmp/hostyoself.tar.gz" "https://github.com/sharkdp/bat|^bat-v.+-x86_64-unknown-linux-gnu\.tar\.gz$|/tmp/bat.tar.gz" "https://github.com/sharkdp/fd|^fd-v.+-x86_64-unknown-linux-gnu\.tar\.gz$|/tmp/fd.tar.gz"