Update build script to include build-date as version
This commit is contained in:
parent
52fa708d6a
commit
a4decb8b34
1 changed files with 3 additions and 0 deletions
|
@ -1 +1,4 @@
|
|||
#!/bin/bash
|
||||
TIME=$(date +%Y%m%d%H%M)
|
||||
sed -i "1s/.*/${TIME}/" ./archiso/releng/airootfs/version
|
||||
sudo mkarchiso -v -r -w ./output/work -o ./output/ releng/
|
Loading…
Reference in a new issue