Skip to content

Commit

Permalink
Update install-custom-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
suhasini-ops authored Jul 2, 2024
1 parent 8bb3a12 commit 83fc5d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ubuntu/scripts/install-custom-packages
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
export DEBIAN_FRONTEND=noninteractive

PKG_TGZ="/curtin/custom-packages.tar.gz"
SCRIPT_DIR=$(dirname "$(realpath "$0")")
PKG_TGZ="${SCRIPT_DIR}/custom-packages.tar.gz"

if [ ! -f "${PKG_TGZ}" ]; then
exit 0
Expand Down

0 comments on commit 83fc5d6

Please sign in to comment.