Compare commits
1 commit
296213448d
...
cd14e88b19
Author | SHA1 | Date | |
---|---|---|---|
cd14e88b19 |
1 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- apk add doas doas-sudo-shim lua5.1 squashfs-tools
|
- apk add doas doas-sudo-shim lua5.1 squashfs-tools
|
||||||
- echo "permit nopass root" >> /etc/doas.d/doas.conf
|
- echo "permit nopass root" >> /etc/doas.d/doas.conf
|
||||||
- time lua5.1 setup.lua
|
- lua5.1 setup.lua
|
||||||
- ls -l image.squashfs boot/initramfs-* && du -h image.squashfs boot/initramfs-*
|
- ls -l image.squashfs && du -h image.squashfs
|
||||||
|
|
Loading…
Reference in a new issue