Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh /etc/rc.common
START=99
reload() {
stop
sleep 5
start
}
#########################
# Autoinstall script using chocolatey
#########################
# Note: Net 4.0 must be installed prior to running this script
#
#Modify this line to change packages
$items = @("python", "easy.install", "pip" )