mirror of
https://github.com/AG7GN/nexus-utilities.git
synced 2025-06-01 06:10:13 -07:00
Update imagemagick warning
This commit is contained in:
parent
3029dabdd6
commit
7993b2f1d1
@ -16,7 +16,7 @@
|
|||||||
#%
|
#%
|
||||||
#================================================================
|
#================================================================
|
||||||
#- IMPLEMENTATION
|
#- IMPLEMENTATION
|
||||||
#- version ${SCRIPT_NAME} 1.1.4
|
#- version ${SCRIPT_NAME} 1.1.5
|
||||||
#- author Steve Magnuson, AG7GN
|
#- author Steve Magnuson, AG7GN
|
||||||
#- license CC-BY-SA Creative Commons License
|
#- license CC-BY-SA Creative Commons License
|
||||||
#- script_id 0
|
#- script_id 0
|
||||||
@ -180,7 +180,7 @@ $DEBUG && set -x
|
|||||||
if ! command -v convert >/dev/null
|
if ! command -v convert >/dev/null
|
||||||
then
|
then
|
||||||
yad --center --title="Desktop Text Editor - version $VERSION" --info --borders=30 \
|
yad --center --title="Desktop Text Editor - version $VERSION" --info --borders=30 \
|
||||||
--no-wrap --text="<b>The 'convert' application is not installed. Run this command in the Terminal:\n\nsudo apt update && sudo apt install -y imagemagick, then run this script again.</b>" --buttons-layout=center \
|
--no-wrap --selectable-labels --text="<b>The 'convert' application is not installed. Run this command in the Terminal:\n\nsudo apt update && sudo apt install -y imagemagick\n\nthen run this script again.</b>" --buttons-layout=center \
|
||||||
--button=Close:0
|
--button=Close:0
|
||||||
SafeExit
|
SafeExit
|
||||||
#sudo apt update || Die "Could not run 'sudo apt update'"
|
#sudo apt update || Die "Could not run 'sudo apt update'"
|
||||||
|
@ -1 +1 @@
|
|||||||
VERSION="2.0.6"
|
VERSION="2.0.7"
|
Loading…
x
Reference in New Issue
Block a user