Skip to content

Instantly share code, notes, and snippets.

View pavlobu's full-sized avatar

Paul Pavlo Buidenkov pavlobu

View GitHub Profile
@amake
amake / innosetup-linux-macos.org
Last active June 6, 2024 19:24
Inno Setup on Linux and macOS

Inno Setup on Linux and macOS

Inno Setup is a popular installer builder for Windows. Of course it is made to run on Windows only, by default. But what if you want to build Windows installers off Windows, i.e. on Linux or macOS?

You’re in luck: It’s possible to run Inno Setup anywhere that Docker runs (including Linux and macOS), and even have a passable experience writing your setup script.

@dasgoll
dasgoll / Install bash-completion on Amazon Linux
Created January 21, 2016 18:31
Install bash-completion on Amazon Linux
## Install bash-completion on Amazon Linux
wget http://www.caliban.org/files/redhat/RPMS/noarch/bash-completion-20060301-1.noarch.rpm
rpm -ivh bash-completion-20060301-1.noarch.rpm
. /etc/bash_completion