Skip to content

Commit

Permalink
feat: apt command
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Mar 26, 2024
1 parent 751596f commit 5809892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/apt/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

ROOT=pwd
ROOT=$(pwd)

_DISTS=$ROOT/dists
_COMPONENT=main
Expand All @@ -26,7 +26,7 @@ MAINTAINER="zdm <[email protected]>"
# apt-get update

# load spec
. resources/packages/$1
. $ROOT/packages/$1

function _build_local() {
local cwd=$PWD
Expand Down

0 comments on commit 5809892

Please sign in to comment.