Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions dietpi/dietpi-software
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3208,7 +3208,7 @@ _EOF_"
11) local arch='riscv64gc-unknown-linux-gnu';;
*) local arch='x86_64-unknown-linux-gnu';;
esac
local fallback_url="https://github.com/astral-sh/uv/releases/download/0.10.12/uv-$arch.tar.gz"
local fallback_url="https://github.com/astral-sh/uv/releases/download/0.11.2/uv-$arch.tar.gz"
Download_Install "$(curl -sSfL 'https://api.github.com/repos/astral-sh/uv/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/uv-$arch\.tar\.gz(?=\")")"
G_EXEC mv "uv-$arch/uv" /usr/local/bin/uv
G_EXEC rm -R "uv-$arch"
Expand Down Expand Up @@ -7431,7 +7431,7 @@ _EOF_

if To_Install 179 komga # Komga
then
local fallback_url='https://github.com/gotson/komga/releases/download/1.24.1/komga-1.24.1.jar'
local fallback_url='https://github.com/gotson/komga/releases/download/1.24.3/komga-1.24.3.jar'
Download_Install "$(curl -sSfL 'https://api.github.com/repos/gotson/komga/releases/latest' | grep -Po '"browser_download_url": *"\K[^"]*\/komga-[^"\/]*\.jar(?=")')" /mnt/dietpi_userdata/komga/komga.jar

# User
Expand Down Expand Up @@ -9498,7 +9498,7 @@ _EOF_
esac

url=$(curl -sSfL 'https://api.github.com/repos/Radarr/Radarr/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*linux-core-$arch\.tar\.gz(?=\")")
local fallback_url="https://github.com/Radarr/Radarr/releases/download/v6.0.4.10291/Radarr.master.6.0.4.10291.linux-core-$arch.tar.gz"
local fallback_url="https://github.com/Radarr/Radarr/releases/download/v6.1.1.10360/Radarr.master.6.1.1.10360.linux-core-$arch.tar.gz"
fi
Download_Install "$url"

Expand Down Expand Up @@ -9798,7 +9798,7 @@ _EOF_
3) local arch='LinuxARM64';;
*) local arch='LinuxAMDx64';;
esac
local fallback_url="https://github.com/Jackett/Jackett/releases/download/v0.24.1427/Jackett.Binaries.$arch.tar.gz"
local fallback_url="https://github.com/Jackett/Jackett/releases/download/v0.24.1470/Jackett.Binaries.$arch.tar.gz"
Download_Install "$(curl -sSfL 'https://api.github.com/repos/Jackett/Jackett/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/Jackett\.Binaries\.$arch\.tar\.gz(?=\")")"

# Move existing configs to unpacked install dir
Expand Down Expand Up @@ -11393,7 +11393,7 @@ _EOF_
*) local arch='amd64';;
esac

local fallback_url="https://github.com/rclone/rclone/releases/download/v1.73.2/rclone-v1.73.2-linux-$arch.deb"
local fallback_url="https://github.com/rclone/rclone/releases/download/v1.73.3/rclone-v1.73.3-linux-$arch.deb"
Download_Install "$(curl -sSfL 'https://api.github.com/repos/rclone/rclone/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/rclone-v[^\"\/]*-linux-$arch\.deb(?=\")")"
fi
fi
Expand Down Expand Up @@ -11896,7 +11896,7 @@ _EOF_
*) local arch='amd64';;
esac

local fallback_url="https://github.com/clidey/whodb/releases/download/0.100.0/whodb-0.100.0-linux-$arch"
local fallback_url="https://github.com/clidey/whodb/releases/download/0.103.0/whodb-0.103.0-linux-$arch"
Download_Install "$(curl -sSfL 'https://api.github.com/repos/clidey/whodb/releases/latest' | grep -Po "\"browser_download_url\": *\"\K[^\"]*\/whodb-[0-9][^\"\/]*-linux-$arch(?=\")")" /opt/whodb/whodb
G_EXEC chmod +x /opt/whodb/whodb

Expand Down Expand Up @@ -11989,7 +11989,7 @@ _EOF_

# Download Immich source
version=$(curl -sSfL 'https://api.github.com/repos/immich-app/immich/releases/latest' | grep -Po '"tag_name": *"\K[^"]+')
[[ $version ]] || { version='v2.6.1'; G_DIETPI-NOTIFY 1 "Automatic latest ${aSOFTWARE_NAME[$software_id]} version detection failed. Version \"$version\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; }
[[ $version ]] || { version='v2.6.3'; G_DIETPI-NOTIFY 1 "Automatic latest ${aSOFTWARE_NAME[$software_id]} version detection failed. Version \"$version\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; }
Download_Install "https://github.com/immich-app/immich/archive/$version.tar.gz"

# Move source to disk to reduce RAM usage during heavy build
Expand Down Expand Up @@ -12179,7 +12179,7 @@ _EOF_
unset -v aDEPS
else
local version=$(curl -sSfL 'https://api.github.com/repos/immich-app/immich/releases/latest' | grep -Po '"tag_name": *"\K[^"]+')
[[ $version ]] || { version='v2.6.1'; G_DIETPI-NOTIFY 1 "Automatic latest ${aSOFTWARE_NAME[$software_id]} version detection failed. Version \"$version\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; }
[[ $version ]] || { version='v2.6.3'; G_DIETPI-NOTIFY 1 "Automatic latest ${aSOFTWARE_NAME[$software_id]} version detection failed. Version \"$version\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; }
Download_Install "https://github.com/immich-app/immich/archive/$version.tar.gz"
immich_src="immich-${version#v}"
fi
Expand Down Expand Up @@ -12353,7 +12353,7 @@ _EOF_
esac

# Download
local fallback_url="https://github.com/tphakala/birdnet-go/releases/download/nightly-20260321-397/birdnet-go-linux-$arch.tar.gz"
local fallback_url="https://github.com/tphakala/birdnet-go/releases/download/nightly-20260322/birdnet-go-linux-$arch.tar.gz"
Download_Install "$(curl -sSfL 'https://api.github.com/repos/tphakala/birdnet-go/releases' | grep -Po "\"browser_download_url\": *\"\K[^\"]*-linux-$arch\.tar\.gz(?=\")" | head -1)" birdnet

# Change rpath for birdnet-go to make use of libtensorflowlite_c.so in its own dir
Expand Down