Update fickit

This commit is contained in:
nemunaire 2018-12-10 02:16:07 +01:00
commit 20df137eeb
12 changed files with 514 additions and 98 deletions

8
configs/update_imgs.sh Normal file
View file

@ -0,0 +1,8 @@
#!/bin/sh
mkdir -p /boot/imgs
for img in fickit-kernel fickit-boot-initrd.img fickit-frontend-squashfs.img fickit-backend-squashfs.img fickit-update-initrd.img
do
wget -O "/boot/imgs/${img}" "10.10.10.6/${img}"
done