2
0
Fork 0

various changes

This commit is contained in:
Ducky 2022-03-02 01:17:13 +00:00
parent a8c3bb3fe0
commit 803729649b
4 changed files with 205 additions and 2 deletions

View file

@ -1,2 +1,11 @@
#!/bin/bash
/opt/zio/bin/update-rootfs $@
# TODO: Check if we're actually using the rootfs git
orig_dir="$(pwd)"
cd /
git reset --hard
git pull
cd $orig_dir