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
|
||||
elif [ "$osrel" = "deb10" ]; then
|
||||
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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user