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