blob: dca46aa81cc9cc5a5ed492940136214ec36ec0a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# upstream git commit: fb8f2c56d092ba7773e097abb75a718c6037df50
# TODO: change archlinux logo to archlinux32 logo
# change checksum of adapted os-release
for i in "${!sha256sums[@]}" ${#sha256sums[@]}; do
if [ "${sha256sums["${i}"]}" = '71ff7a6e248d9a0718344c957ec709cb6f0b18631682fa404d7cff2af3ff341d' ]; then
break
fi
done
sha256sums["${i}"]='8478a9e87178f491627f8c5f5e40e4c8c4009f7fa4fb729d5e95bac0d0a52a3e'
|