mirror of
https://github.com/AG7GN/nexus-utilities.git
synced 2025-05-21 00:40:12 -07:00
Fixed imagemagick installer command
This commit is contained in:
parent
74abc8b236
commit
9d5ec672a6
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# 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
|
if ! command -v convert >/dev/null
|
||||||
then
|
then
|
||||||
sudo port update
|
sudo apt update
|
||||||
sudo port install imagemagick
|
sudo apt install imagemagick
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -s "$CONFIG_FILE" ]
|
if [ -s "$CONFIG_FILE" ]
|
||||||
|
@ -1 +1 @@
|
|||||||
VERSION="1.9.2"
|
VERSION="1.9.3"
|
Loading…
x
Reference in New Issue
Block a user