diff options
Diffstat (limited to 'scripts/remove')
| -rw-r--r-- | scripts/remove | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/remove b/scripts/remove index 2b55b23..ba35199 100644 --- a/scripts/remove +++ b/scripts/remove @@ -82,6 +82,15 @@ REMOVE_NGINX_CONF SECURE_REMOVE '/var/log/$app/' # Delete cronlog SECURE_REMOVE '/etc/cron.d/$app' +# Delete source.list +SECURE_REMOVE '/etc/apt/sources.list.d/backports.list' +SECURE_REMOVE '/etc/apt/sources.list.d/yarn.list' + +# Delete ruby exec +sudo rm /usr/bin/ruby + +# Uninstall Yarn +sudo npm uninstall yarn # Remove user sudo userdel -f $app |
