mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: remove interactive mode from rm command
This commit is contained in:
parent
e7a7649a07
commit
621c985cf3
@ -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}"
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user