DietPi
DietPi copied to clipboard
DietPi-Software | Docker - wrong location of gpg file
Hi @MichaIng
I guess this change done on DietPi v9.13 doesn't work correctly. Because it will create an incorrect location for the gpg file like https://download.docker.com/linux/debian bookworm/gpg
https://github.com/MichaIng/DietPi/blob/8ad12acf360c67cba787510da169755628ab1912/dietpi/dietpi-software#L10287
However, the file is located at https://download.docker.com/linux/debian/gpg without to specify a Debian version directly.
Thanks, looks like I did not test it 🙈.
Live patch merged: #7554 For next release, we'll fix this a way that can be easier understood when reading the code.