Skip to content
Snippets Groups Projects
Commit c6907284 authored by Karim's avatar Karim
Browse files

Add apt test, fixes #18895

parent e7c77898
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
source /root/envsetup/envsetup.conf
set -e
echo "Testing apt-get upgrade"
apt-get update && apt-get -y install sl && apt-get -y remove sl
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