Release v4.8.11.0
Pre-release
Pre-release
This is specifically Linux build which otherwise is identical the v4.8.10.0
Installation
Ubuntu (terminal)
repo=https://github.com/oleg-shilo/cs-script/releases/download/v4.8.11.0/; file=cs-script_4.8-11.deb; rm $file; wget $repo$file; sudo dpkg -i $file
Depending on the user context you may need to add permissions to the CS-Script temp dir sudo chmod -R 777 /tmp
You can also create a convenient alias (cs-script_x.x-x.deb package does it automatically):
Changes
CLI
- Added using build-server on Linux. Now Win and Linux build-server support is identical.