summaryrefslogtreecommitdiff
path: root/.ci/addrepo.sh
blob: febac0d14f8b3b3823b3869992b0048d9ef286eb (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/bash

if [ "$RUNFROMSHELL" != "" ];
then
    echo "Running from shell. Skipping apt-get install"
    return
fi

echo "deb http://deb.debian.org/debian $1 main" >> /etc/apt/sources.list