Skip to content

Commit ad34967

Browse files
CI: fix BleachBit auto-updater script
1 parent 02dcbcd commit ad34967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33

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')"
4+
webVer="$(wget -qO- https://www.bleachbit.org/download/linux | grep "Debian 11 (Bullseye)" | sed 's+.*/bleachbit_++g; s/_all.*//g')"
55
all_url="https://download.bleachbit.org/bleachbit_${webVer}_all_debian11.deb"
66

77
source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh

0 commit comments

Comments
 (0)