Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
MWedl committed Sep 6, 2024
1 parent a0ca353 commit 246c3d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/download_sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ fetch_source() {
echo "Fetching $package"
mkdir "$package"
cd "$package"
# if apt-cache policy "$package" 2>/dev/null | grep '\*\*\*' -A1 | grep trixie; then
# apt-get -t testing source "$package" --download-only > /dev/null 2>&1
# else
apt-get source "$package" --download-only > /dev/null 2>&1
# fi
cd ..
echo "Done $package"
}
Expand Down

0 comments on commit 246c3d3

Please sign in to comment.