+ Apt install pacakges provided through 'APT_PACKAGES'

+Update readme
This commit is contained in:
RoboMagus
2022-02-12 11:20:01 +01:00
committed by RoboMagus
parent 413aa5129f
commit 289420531a
3 changed files with 27 additions and 21 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
if [ -f /usr/bin/apt ]; then
apt-get update
fi