update boot
This commit is contained in:
parent
c21b07572d
commit
663b42ed47
12
update-boot.sh
Executable file
12
update-boot.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#! /bin/bash
|
||||
|
||||
dls_url="$1"
|
||||
|
||||
set -ex
|
||||
|
||||
mount -o remount,rw /boot
|
||||
rm -fr /boot/previous ||true
|
||||
mv /boot/current /boot/previous
|
||||
curl $dls_url/me/boot.tar |tar xv -C /boot
|
||||
sync
|
||||
|
Loading…
Reference in New Issue
Block a user