Difference between revisions of "Explorer/RaspberryPi/PowerOffProtection"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
sudo bash install | sudo bash install | ||
sudo dphys-swapfile swapoff | sudo dphys-swapfile swapoff;\ | ||
sudo dphys-swapfile uninstall | sudo dphys-swapfile uninstall;\ | ||
sudo update-rc.d dphys-swapfile remove | sudo update-rc.d dphys-swapfile remove |
Revision as of 02:07, 23 June 2020
Hello
git clone https://github.com/marklister/overlayRoot.git cd overlayRoot sudo bash install
sudo dphys-swapfile swapoff;\ sudo dphys-swapfile uninstall;\ sudo update-rc.d dphys-swapfile remove