various changes
This commit is contained in:
parent
f4daeca752
commit
627fc1914b
2 changed files with 34 additions and 5 deletions
11
usr/local/sbin/update-rootfs
Executable file
11
usr/local/sbin/update-rootfs
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# TODO: Check if we're actually using the rootfs git
|
||||
|
||||
orig_dir="$(pwd)"
|
||||
cd /
|
||||
|
||||
git reset --hard
|
||||
git pull
|
||||
|
||||
cd $orig_dir
|
Loading…
Add table
Add a link
Reference in a new issue