Skip to content

Instantly share code, notes, and snippets.

View iakovgan's full-sized avatar

Iakov Gan iakovgan

  • Ingencio
  • France
View GitHub Profile
@iakovgan
iakovgan / tomcat-mkdeb.sh
Created September 30, 2020 16:23 — forked from stuart-warren/tomcat-mkdeb.sh
Create deb of Tomcat installing into its own dir (to allow multiple versions) Uses fpm
#!/bin/bash -xe
#
# sudo gem install fpm
# sudo apt-get install curl
# # Put this script in a folder called tomcat-packaging
# ./mkdeb.sh 7.0.40
# ./mkdeb.sh 6.0.37
#
VERSION=$1