Spaces:
Runtime error
Runtime error
File size: 137 Bytes
e9dc10a | 1 2 3 4 5 6 7 8 9 10 11 | sudo chown -R $USER:$USER ~
sudo dpkg --configure -a
sudo apt install -f
sudo pkill -u $USER node
sudo systemctl restart postgresql
|