Skip to content
Snippets Groups Projects
Commit 61181b3d authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Changed APT test.

parent b63d55ab
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,9 @@ if ( dpkg -s sl >/dev/null 2>&1 ); then
fi
# Installation testing package sl
apt-get update && apt-get install -y sl && apt-get remove -y sl
apt-get update
apt-get install -y sl
apt-get remove -y sl
if [ ! -f /etc/apt/apt.conf.d/20auto-upgrades ]; then
if [ ! -f /etc/apt/apt.conf.d/50unattended-upgrades ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment