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