4 lines
138 B
Bash
Executable File
4 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
npm uninstall cordova-plugin-powermanagement-netsyms || true
|
|
cordova plugin rm cordova-plugin-powermanagement-netsyms || true |