#!/bin/sh
# https://www.gnu.org/licenses/gpl-3.0.txt
sudo apt update && sudo apt upgrade -y && sudo apt install wget curl  docker.io docker-compose  git  htop lftp maven neofetch notepadqq python-is-python3 remmina sshpass x11vnc filelight ncdu guvcview grsync software-properties-common gitweb python-is-python3 htop openssh-server gcc make perl -y && sudo apt autoremove -y && sudo apt clean && sudo addgroup docker && sudo adduser $(whoami) docker && echo "Reboot to use docker as" $(whoami) && echo && echo "Free space after installation:" && echo && df -h /
