Update 'Setup-Repo.sh'
This commit is contained in:
@@ -60,7 +60,7 @@ if [ "$osrel" = "ubu1804" ] || [ "$osrel" = "ubu2004" ] ; then
|
|||||||
add-apt-repository --no-update ppa:ondrej/apache2 -y -n > $OUTPUT 2>&1
|
add-apt-repository --no-update ppa:ondrej/apache2 -y -n > $OUTPUT 2>&1
|
||||||
elif [ "$osrel" = "deb10" ]; then
|
elif [ "$osrel" = "deb10" ]; then
|
||||||
wget -O /etc/apt/trusted.gpg.d/apache2.gpg https://packages.sury.org/apache2/apt.gpg
|
wget -O /etc/apt/trusted.gpg.d/apache2.gpg https://packages.sury.org/apache2/apt.gpg
|
||||||
echo "deb https://packages.sury.org/apache2/ "$dist_name"` main" > /etc/apt/sources.list.d/apache2.list
|
echo "deb https://packages.sury.org/apache2/ "$dist_name" main" > /etc/apt/sources.list.d/apache2.list
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user