Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleremove.sh
linenumberstrue
#!/bin/sh

sudo mysql -e "DROP SCHEMA harmony_smp; DROP USER harmony_smp@localhost"
sudo apt-get --purge autoremove harmony-smp --yes

...

Page Properties
hiddentrue


Related issues