This is a repository for various install scripts. These scripts will only work on Debian-based systems.
This script installs latest version of TeX Live and all packages.
If you have a .profile
file, place it in this directory before installing.
sudo bash install-latex
This script installs the latest version of Poetry for Python.
bash install-poetry [python-version]
Here, python-version
is the version of Python you wish to use when installing.
By default, "3" is used (calling python3
).
This script downloads, builds, and installs Python from source. It can install multiple Python versions at once.
bash install-python <version> [version ...]
Every version
is a version of Python you wish to install, for example, 3.10.4 or 3.11.0a6.
This script downloads, builds, and installs the latest version of Redis from source.
bash install-redis [-t]
The -t
flag denotes whether make test
is run or not. By default, it is not run.
These scripts have been put into the public domain by The Unlicense. Use them at your own risk.