mirror of
https://github.com/ben-grande/qusal.git
synced 2025-06-08 14:52:38 -04:00
fix: remove interactive mode from rm command
This commit is contained in:
parent
e7a7649a07
commit
621c985cf3
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ This method is similar to the installation method, but shorter.
|
||||||
```sh
|
```sh
|
||||||
qube="CHANGEME" # qube name where you downloaded the repository
|
qube="CHANGEME" # qube name where you downloaded the repository
|
||||||
file="CHANGEME" # path to the repository in the qube
|
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}"
|
UPDATES_MAX_FILES=10000 qvm-copy-to-dom0 "${qube}" "${file}"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue