apt update preinstall step
This commit is contained in:
parent
5f0cbcd427
commit
b624232e27
1 changed files with 3 additions and 0 deletions
3
src/steps-preinstall/10-apt-update.sh
Normal file
3
src/steps-preinstall/10-apt-update.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
apt-get update;
|
Loading…
Reference in a new issue