Add just task runner and example commands (#27)

This commit is contained in:
Jorge O. Castro
2023-01-16 22:37:32 -05:00
committed by GitHub
parent 7479234c5f
commit 870916bd8a
4 changed files with 91 additions and 3 deletions

View File

@@ -130,6 +130,7 @@ echo "100"
echo "# Reticulating Final Splines"
mkdir -p "$HOME"/.config/ublue/
touch "$HOME"/.config/ublue/firstboot-done
cp -n /etc/justfile "$HOME"/.justfile
) |
@@ -138,4 +139,4 @@ touch "$HOME"/.config/ublue/firstboot-done
if [ "$?" != 0 ] ; then
zenity --error \
--text="Firstboot Configuration Error"
fi
fi