You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dietpi/dietpi-software
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -3206,7 +3206,7 @@ _EOF_"
3206
3206
3207
3207
# Get latest version
3208
3208
local file=$(curl -sSfL 'https://go.dev/dl/?mode=json' | grep -o "go[0-9.]*\.linux-$arch\.tar\.gz" | head -1)
3209
-
[[ $file ]] || { file="go1.25.6.linux-$arch.tar.gz"; G_DIETPI-NOTIFY 1 "Automatic latest ${aSOFTWARE_NAME[$software_id]} version detection failed. \"$file\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; }
3209
+
[[ $file ]] || { file="go1.26.0.linux-$arch.tar.gz"; G_DIETPI-NOTIFY 1 "Automatic latest ${aSOFTWARE_NAME[$software_id]} version detection failed. \"$file\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; }
[[ $version ]] || { version='1.28.0'; G_DIETPI-NOTIFY 1 "Automatic latest FreshRSS 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"; }
7046
+
[[ $version ]] || { version='1.28.1'; G_DIETPI-NOTIFY 1 "Automatic latest FreshRSS 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"; }
local ha_pyenv_activation=". $ha_home/pyenv-activate.sh"
11164
11164
# Obtain latest Python 3.13.y version supported by pyenv
11165
11165
local ha_python_version=$(curl -sSfL 'https://api.github.com/repos/pyenv/pyenv/contents/plugins/python-build/share/python-build?ref=master' | mawk -F\" '/^ *"name": "3\.13\.[0-9]*",$/{print $4}' | sort -Vr | head -1)
11166
-
[[ $ha_python_version ]] || { ha_python_version='3.13.11'; G_DIETPI-NOTIFY 1 "Automatic latest Python version detection failed. Version \"$ha_python_version\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; }
11166
+
[[ $ha_python_version ]] || { ha_python_version='3.13.12'; G_DIETPI-NOTIFY 1 "Automatic latest Python version detection failed. Version \"$ha_python_version\" will be installed as fallback, but a newer version might be available. Please report this at: https://github.com/MichaIng/DietPi/issues"; }
11167
11167
11168
11168
G_DIETPI-NOTIFY 2 "Home Assistant user: $ha_user"
11169
11169
G_DIETPI-NOTIFY 2 "Home Assistant home: $ha_home"
@@ -11393,7 +11393,7 @@ _EOF_
11393
11393
*) local arch='amd64';;
11394
11394
esac
11395
11395
11396
-
local fallback_url="https://github.com/rclone/rclone/releases/download/v1.72.1/rclone-v1.72.1-linux-$arch.deb"
11396
+
local fallback_url="https://github.com/rclone/rclone/releases/download/v1.73.1/rclone-v1.73.1-linux-$arch.deb"
[[ $version ]] || { version='2.0.2'; 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"; }
12307
+
[[ $version ]] || { version='2.1.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"; }
0 commit comments