Based on Arch Linux with all updates as of 08.12.2024 10:35 (DMY UTC).
pkg_list.txt contains a complete list of packages (and their versions) included in this release.
SHA256:
e7ef9a536660f61593669b193600d7224fd2908b6dc07b8d073048ccd013609a  conty_dwarfs.sh
186a01ab404725f200e686932184e7c5f9f0231c9d4bc9398b4abbb709d08198  conty_lite_dwarfs.sh
c1b312fa66965acf31489c6a3d4d3ab4fd8cf24f6bbc84e17ad98a92ac383a25  conty_lite.sh
56b8ad3dd46d3e13352bff570dc6e15a04de9492211c5dc8a748b9f8707a37c2  conty.sh
d698cc4471768b50e5c85e19223b198012b07f2c7fee5821e904a94ebb6a636a  conty_wine_dwarfs.sh
010f1e4d58216fa18ff2cad83ec41d3b18ede1e8eac1e6bc57d644dd3e00f931  conty_wine.sh
Changelog:
- Conty can now use Nvidia libraries from the host system. Previously, it would download the Nvidia driver (the same version as the host system) from the official website and install it inside the container, and if you didn't have internet, it would simply fail.
Now it can copy Nvidia libraries directly from the host system to the container, which is useful, for example, for systems that do not have an internet connection.
This new way is automatically used when the driver downloading fails. If you want, you can force Conty to always skip the downloading and use this new way by usingNVIDIA_HANDLER=2env variable.
This feature hasn't been thoroughly tested yet, so let me know if you experience any issues with it. 
$ chmod +x conty.sh
$ ./conty.sh [command] [arguments]
Versions:
- The lite version (
conty_lite.sh) includes everything from the regular version (conty.sh), except for:base-devel, gcc, mingw-w64-gcc, firefox, meson, cmake, jre-openjdk, prismlauncher, qbittorrent, genymotion. If you don't plan to use any of these programs, i recommend to use the lite version. conty_wine.shcontains only Wine and its dependencies. Note that the other Conty versions include Wine too, but if you only need Wine and nothing else, you can use this Conty version, it takes up less disk space than the others.conty_dwarfs.sh,conty_lite_dwarfs.shandconty_wine_dwarfs.share the same as the regular versions, except they are compressed with DwarFS instead of SquashFS, thus they take less disk space. Apart from better compression, DwarFS also has better caching and better multithreading support, and in my experience it reads compressed files noticeably faster than SquashFS (specifically squashfuse). However, the benefit of squashfuse is that it uses less memory.
zsync files are for the zsync2 program. If you have any of the previous releases of Conty downloaded, you can use zsync2 to reduce data needed for downloading a new release. This may be useful if you have slow internet connection or internet data cap. Read zsync manual for more information. Please note that zsync may sometimes not reduce the amount of downloaded data by much (for example, if the new Conty release is significantly different from one you are currently using).
If your connection is very unstable and/or you can't download large files from GitHub, you can try to download via torrent.