Skip to content

Commit

Permalink
Release 7.7.37 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Nov 30, 2022
1 parent 583fa37 commit 6648b1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.7.37 2022-11-30 <dave at tiredofit dot ca>

### Changed
- Fix quoting issue with package remove


## 7.7.36 2022-11-29 <dave at tiredofit dot ca>

### Changed
Expand Down
2 changes: 1 addition & 1 deletion install/assets/functions/00-container
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ package() {
remove() {
case "${distro}" in
"alpine" )
apk del "$@"
apk del $@
;;
"debian" | "ubuntu" )
local packages="$@"
Expand Down

0 comments on commit 6648b1d

Please sign in to comment.