Fix minor bug.
This commit is contained in:
parent
f6ea1022c2
commit
7274c01428
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ done
|
||||||
|
|
||||||
log -n "Updating APT package list..."
|
log -n "Updating APT package list..."
|
||||||
sudo apt-get update > /dev/null
|
sudo apt-get update > /dev/null
|
||||||
"done."
|
echo "done."
|
||||||
|
|
||||||
# Strictly contains the requested packages.
|
# Strictly contains the requested packages.
|
||||||
manifest_main=""
|
manifest_main=""
|
||||||
|
|
Loading…
Reference in a new issue