diff --git a/edit-desktop.sh b/edit-desktop.sh index 626a0e1..d31318e 100644 --- a/edit-desktop.sh +++ b/edit-desktop.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.0.1" +VERSION="1.0.2" # This script allows the user to change the text of the default Nexus desktop background @@ -35,7 +35,7 @@ function errorReport () { if ! command -v convert >/dev/null then sudo apt update - sudo apt install imagemagick + sudo apt install -y imagemagick fi if [ -s "$CONFIG_FILE" ] diff --git a/hampi-utilities.version b/hampi-utilities.version index 4aec980..357c703 100644 --- a/hampi-utilities.version +++ b/hampi-utilities.version @@ -1 +1 @@ -VERSION="1.9.3" \ No newline at end of file +VERSION="1.9.4" \ No newline at end of file