mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 09:24:59 -06:00
note make command
@@ -102,6 +102,8 @@ sudo dd if=/dev/zero of=/.swapfile bs=1M count=1024
|
||||
sudo mkswap /.swapfile
|
||||
sudo swapon /.swapfile
|
||||
sudo swapon -s # check swap is activated
|
||||
make
|
||||
# assuming the prior command succeeded
|
||||
sudo swapoff /.swapfile
|
||||
sudo rm /.swapfile
|
||||
~~~~~
|
||||
|
||||
Reference in New Issue
Block a user