Skip to content

Instantly share code, notes, and snippets.

View AtomRun-Code's full-sized avatar
🐢
Slow study begin in 37 Year‘s old.

AtomCode AtomRun-Code

🐢
Slow study begin in 37 Year‘s old.
  • KeyRight
  • Global village
View GitHub Profile
@brahimmachkouri
brahimmachkouri / uninstall_ajenti.sh
Last active August 2, 2022 19:34
Uninstall Ajenti
#!/bin/bash
if [ "$(id -u)" != "0" ]; then
echo "This script must be run as root" 1>&2
exit 1
fi
DISTRO=
OS=
if grep 'Debian' /etc/issue > /dev/null 2>&1 ; then