Based on Arch Linux with all updates on 07.05.21.
SHA256:
d7c62822976906a9e4b7be813b93dc2f75653ead8a5620e418acf38ee7e85b39 conty_lite_lz4.sh
d02c5d971ee1c9f3b9cf1ea3460bf64434ee0d1a86700d073305103df5cb44c1 conty_lite.sh
356d71c68e47fef5a321e599e853569d1b6de42fad11d385fc2eecf10cfabbcb conty.sh
Changelog:
- Added packages: reflector, zsync2-git.
- Added the ability to update and install packages inside the container, and to update the init script (conty-start.sh) and the integrated utils (squashfuse and bwrap). The update process may take quite a lot of time, depending on your hardware, internet speed and the number of outdated packages.
To update all packages inside the container: ./conty.sh -u
To update all packages and also the init script (conty-start.sh) and the built-in utils (utils.tar): ./conty.sh -U
To update all packages and install additional packages, pass package names as additional arguments to -u (or -U): ./conty.sh -u pkgname1 pkgname2 pkgname3
Usage:
chmod +x conty.sh
./conty.sh command command_arguments
The lite version (conty_lite.sh) includes everything from the regular version (conty.sh), except for: gcc, mingw-w64-gcc, firefox, meson, cmake and jre8-openjdk. So if you don't plan to use any of these programs, use the lite version.
conty_lite_lz4.sh is the same as conty_lite.sh but with lz4 compression instead of zstd.
zsync files are for 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.