change patch tool wording

pull/284/head^2
KM4ACK 2021-08-06 13:54:39 -05:00
rodzic 73cde6063b
commit db966b5999
1 zmienionych plików z 4 dodań i 3 usunięć

7
update
Wyświetl plik

@ -122,15 +122,16 @@ PATCHCHECK=$(curl -s https://raw.githubusercontent.com/km4ack/pi-build/dev/patch
if [ ${PATCHCHECK} = "YES" ]; then
cat <<EOF >${MYPATH}/patch.txt
One or more patch scripts are currently
available for Build a Pi. Learn more at
available for Build a Pi. Full description
of each available patch can be found at
https://github.com/km4ack/pi-build/tree/dev/patch
Would you like to review/apply
available patch scripts?
EOF
INTRO=$(yad --width=650 --height=250 --text-align=center --center --title="Build-a-Pi Patch Tool" --show-uri \
--image ${LOGO} --window-icon=${LOGO} --image-on-top --separator="|" --item-separator="|" \
INTRO=$(yad --width=650 --height=300 --text-align=center --center --title="Build-a-Pi Patch Tool" --show-uri \
--image ${LOGO} --window-icon=${LOGO} --image-on-top --separator="|" --item-separator="|" --text="Build-a-Pi Patch Tool" \
--text-info \
--button="Yes":1 \
--button="No":2 <${MYPATH}/patch.txt \