Skip to content

Commit

Permalink
Merge pull request #387 from Pierre-Gronau-ndaal/patch-2
Browse files Browse the repository at this point in the history
Update download_sources.sh
  • Loading branch information
MWedl authored Jan 16, 2025
2 parents ede8ffa + 1df3a7c commit 3e0c8f1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions api/download_sources.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash
set -e
#!/usr/bin/env bash

set -o errexit
set -o errtrace
set -o nounset
set -o pipefail

skip_license () {
copyright_file="$1"
Expand Down Expand Up @@ -138,4 +142,4 @@ for package in `grep -Fxv -f pre_installed.txt post_installed.txt`; do
done

apt-get clean > /dev/null 2>&1
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/*

0 comments on commit 3e0c8f1

Please sign in to comment.