dpkg was not installed, flips table
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
necessary_packages=("pdflatex")
|
||||
|
||||
for package in "${necessary_packages}"; do
|
||||
if ! [dpkg -l "${package}" > /dev/null &]; then
|
||||
if ! [dpkg -l "${package}" > /dev/null]; then
|
||||
echo "Error: ${package} is not installed."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user