fix: remove interactive mode from rm command

This commit is contained in:
Ben Grande 2024-02-26 15:26:08 +01:00
parent 2151a6197a
commit 941c15b224
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -127,7 +127,7 @@ This method is similar to the installation method, but shorter.
```sh
qube="CHANGEME" # qube name where you downloaded the repository
file="CHANGEME" # path to the repository in the qube
rm -rfi ~/QubesIncoming/"${qube}"/qusal
rm -rf ~/QubesIncoming/"${qube}"/qusal
UPDATES_MAX_FILES=10000 qvm-copy-to-dom0 "${qube}" "${file}"
```