diff options
Diffstat (limited to '.ci-make.sh')
| -rwxr-xr-x | .ci-make.sh | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci-make.sh b/.ci-make.sh index dc4ecee..3acc4e7 100755 --- a/.ci-make.sh +++ b/.ci-make.sh @@ -118,6 +118,7 @@ case "$1" in  	"install-repo-test")  		export DEBIAN_FRONTEND=noninteractive  		apt update -qq +		apt install -y apt-utils apt-listchanges  		apt install -y ./"$2"  		apt update -qq  		apt upgrade -y  | 
