2
0
Fork 0
rootfs/usr/local/bin/zio-update-rootfs

12 lines
131 B
Plaintext
Raw Normal View History

#!/bin/bash
2022-03-02 02:17:13 +01:00
# TODO: Check if we're actually using the rootfs git
orig_dir="$(pwd)"
cd /
git reset --hard
git pull
cd $orig_dir