This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## Install Samba4 4.9.0 | |
## On Debian 64Bits | |
## Author: Nilton OS -- www.linuxpro.com.br | |
## Link: https://github.com/jniltinho/go-samba4 | |
## Version: 0.6 | |
### Tested on Debian 8/9 Ubuntu 16.04 64Bits | |
apt-get update | |
apt-get -yq install ruby-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# names of latest versions of each package | |
export NGINX_VERSION=1.11.3 | |
export VERSION_PCRE=pcre-8.39 | |
export VERSION_OPENSSL=openssl-1.1.0 | |
export VERSION_NGINX=nginx-$NGINX_VERSION | |
export NPS_VERSION=1.11.33.2 | |
export VERSION_PAGESPEED=v${NPS_VERSION}-beta | |