mirror of
https://github.com/linuxserver/docker-project-template.git
synced 2026-02-20 02:41:25 +08:00
add missing -qqy... docker stops firstrun
This commit is contained in:
parent
48376b0963
commit
cf85e1b0fc
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get update -qq && \
|
||||
apt-get --only-upgrade install $APTLIST
|
||||
apt-get update -qq
|
||||
apt-get --only-upgrade install \
|
||||
$APTLIST -qqy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user