6 lines
112 B
Bash
6 lines
112 B
Bash
|
/sbin/dphys-swapfile swapoff
|
||
|
/sbin/dphys-swapfile uninstall
|
||
|
apt purge -y dphys-swapfile
|
||
|
swapoff -a
|
||
|
rm /var/swap
|