Skip to content

Commit

Permalink
Restore Update build_ppa.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MastaG authored Aug 26, 2024
1 parent 50cf1c2 commit bdfc14a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build_ppa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ do
package="mesa-vulkan-drivers"
elif [ "${i}" == "libdrm" ]
then
continue
package="libdrm2"
fi
remotever="$(apt-cache policy ${package} | grep -B1 "oibaf/graphics-drivers/ubuntu" | head -1 | sed -En 's/.* (.*git.*) .*/\1/p')"
Expand All @@ -50,7 +49,6 @@ do
echo "${i} version in our PPA: ${ourver}"
echo "up-to-date with Obiaf's PPA :)"
echo "doing nothing..."
build+=("${i}")
continue
else
echo "${i} version in our PPA: ${ourver}"
Expand Down

0 comments on commit bdfc14a

Please sign in to comment.