1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-05-28 04:10:19 -07:00

Fixed apt command

This commit is contained in:
Steve Magnuson 2019-12-19 12:37:38 -08:00
parent 9d5ec672a6
commit 15e215ecac
2 changed files with 3 additions and 3 deletions

View File

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

View File

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