Fix missing -r flag for noita helper
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m45s

This commit is contained in:
Torjus Håkestad 2025-05-05 22:38:05 +02:00
parent 9f0b7899af
commit 1f653693cd
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -19,7 +19,7 @@ restic restore "latest:$SAVE_DIR" --target "$SAVE_DIR"
echo "Ready to play Noita!"
echo "Remember to unmount the tmpfs after playing:"
echo ""
echo "restic backup -q $SAVE_DIR && sudo umount $SAVE_DIR && restic -r $RESTIC_REPOSITORY restore latest:$SAVE_DIR --target $SAVE_DIR"
echo "restic -r $RESTIC_REPOSITORY backup -q $SAVE_DIR && sudo umount $SAVE_DIR && restic -r $RESTIC_REPOSITORY restore latest:$SAVE_DIR --target $SAVE_DIR"
while true
do