We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dcbcd commit ad34967Copy full SHA for ad34967
.github/workflows/updates/BleachBit.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
4
-webVer="$(wget -qO- https://www.bleachbit.org/download/linux | grep "Debian 11 (Bullseye)" | sed 's+.*/download/file/t?file=bleachbit_++g; s/_all.*//g')"
+webVer="$(wget -qO- https://www.bleachbit.org/download/linux | grep "Debian 11 (Bullseye)" | sed 's+.*/bleachbit_++g; s/_all.*//g')"
5
all_url="https://download.bleachbit.org/bleachbit_${webVer}_all_debian11.deb"
6
7
source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh
0 commit comments