mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-20 11:13:28 +00:00
Fixes #10813
(cherry picked from commit fcea1383d0)
Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
committed by
GitHub
parent
64fb5c062a
commit
c9a1d9adda
@@ -15,7 +15,7 @@ root_command() {
|
|||||||
no_call=${args[--no-call]}
|
no_call=${args[--no-call]}
|
||||||
dry_run=${args[--dry-run]}
|
dry_run=${args[--dry-run]}
|
||||||
|
|
||||||
REQS="wget apt-transport-https"
|
REQS="wget apt-transport-https curl gpg"
|
||||||
|
|
||||||
function do_call() {
|
function do_call() {
|
||||||
if [[ $dry_run ]]; then
|
if [[ $dry_run ]]; then
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ publisher=${args[publisher]}
|
|||||||
no_call=${args[--no-call]}
|
no_call=${args[--no-call]}
|
||||||
dry_run=${args[--dry-run]}
|
dry_run=${args[--dry-run]}
|
||||||
|
|
||||||
REQS="wget apt-transport-https"
|
REQS="wget apt-transport-https curl gpg"
|
||||||
|
|
||||||
function do_call() {
|
function do_call() {
|
||||||
if [[ $dry_run ]]; then
|
if [[ $dry_run ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user