4 lines
No EOL
153 B
Bash
Executable file
4 lines
No EOL
153 B
Bash
Executable file
#!/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/ |