1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-05-20 16:30:12 -07:00

Fixed imagemagick installer command

This commit is contained in:
Steve Magnuson 2019-12-19 12:34:18 -08:00
parent 74abc8b236
commit 9d5ec672a6
2 changed files with 4 additions and 4 deletions

View File

@ -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" ]

View File

@ -1 +1 @@
VERSION="1.9.2"
VERSION="1.9.3"