mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Zgrompf
This commit is contained in:
parent
2def397a8a
commit
1dda43eef4
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ _PREINSTALL_APT_DEPS()
|
|||
local apt_deps=$(python3 -c "import toml, sys; t = toml.loads(sys.stdin.read()); p = t['resources'].get('apt', {}).get('packages', ''); print(p.replace(',', ' ')) if isinstance(p, str) else print(' '.join(p));" < $package_path/manifest.toml)
|
||||
|
||||
log_small_title "Preinstalling apt dependencies before creating the initial snapshot..."
|
||||
RUN_INSIDE_LXC apt install $apt_deps || true
|
||||
|
||||
apt="LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0"
|
||||
# Execute the command given in argument in the container and log its results.
|
||||
|
|
Loading…
Add table
Reference in a new issue