We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37dafe commit c8d65beCopy full SHA for c8d65be
scripts/install.sh
@@ -31,6 +31,8 @@ fix_packages() {
31
}
32
33
fix_list() {
34
+ ppa_list="/etc/apt/sources.list.d/ondrej-ubuntu-php-$VERSION_CODENAME"
35
+ [[ -e "$ppa_list.sources" && -e "$ppa_list.list" ]] && sudo rm "$ppa_list.sources"
36
if [ "$builds" = "debug" ]; then
37
list=/etc/apt/sources.list.d/"$(basename "$(grep -lr "ondrej/php" /etc/apt/sources.list.d)")"
38
sudo apt-get update -o Dir::Etc::sourcelist="$list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"
0 commit comments