Skip to content

Instantly share code, notes, and snippets.

@zavolo
zavolo / openvk_debian_install.sh
Last active May 28, 2023 11:12
openvk_debian_install
#!/bin/bash
if [[ $(/usr/bin/id -u) -ne 0 ]]; then
echo "Not running as root"
exit
fi
INITIAL_PWD=$(pwd)
## Сonfigure openssh-server
echo -e "\n\e[32mRunning configure openssh-server...\e[0m"