Don't warn on universe repo
This commit is contained in:
@@ -1613,7 +1613,7 @@ main() {
|
|||||||
ubuntu)
|
ubuntu)
|
||||||
if ! grep ^deb /etc/apt/sources.list|grep -q universe; then
|
if ! grep ^deb /etc/apt/sources.list|grep -q universe; then
|
||||||
echo "Adding universe repository"
|
echo "Adding universe repository"
|
||||||
sudo add-apt-repository universe
|
sudo add-apt-repository -y universe
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
centos)
|
centos)
|
||||||
|
|||||||
Reference in New Issue
Block a user