Skip to content

Commit

Permalink
Fix viddy
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Aug 29, 2024
1 parent b82f013 commit cecb357
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions debian/external_tools_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit cecb357

Please sign in to comment.