You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/install/uninstall.sh

9 lines
102 B
Bash

#!/bin/bash
pm2 stop all
pm2 del all
pm2 unstartup
rm -rf `yarn global dir`
rm -rf /nix
rm -rf /data