1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | GNU nano 2.5.3 File: setup-ssh.sh #!/bin/bash sudo apt-get update sudo apt-get install openssh-server ## Install Kodi sudo apt-get install software-properties-common sudo add-apt-repository ppa:team-xbmc/ppa sudo apt-get update sudo apt-get install kodi sudo ethtool -s enp2s0f0 wol g echo "Copying AUTOSTART files" cp -a ../files/ ~/.config/autostart/ |