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:
parent
74abc8b236
commit
9d5ec672a6
@ -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" ]
|
||||
|
@ -1 +1 @@
|
||||
VERSION="1.9.2"
|
||||
VERSION="1.9.3"
|
Loading…
x
Reference in New Issue
Block a user