% INSTALL-SCRIPTS(1) Version 3.2.0 | Scripts Documentation % Georg Voell - georg.voell@standby.cloud % (c)2024 Standby.cloud NAME ==== **install-scripts** - (BASH Script) This script downloads useful UNIX scripts and installs them. SYNOPSIS ======== | **install-scripts** \[_action_] DESCRIPTION =========== This script downloads useful UNIX scripts and installs them. If scripts are already installed, it tries to update them. Action ------- optional download          : Just download the scripts - don't install them. basic          : Just install basic scripts (subset of all available scripts e.g. errormsg and confirm). management         : Install basic scripts and management scripts (subset of all available scripts e.g. key-management). remove          : Removes all installed scripts. EXIT CODES ========== 01: Unknown or wrong parameter. 02: Unknown OS. 03: Need root privileges. 04: **curl** not found. This script needs **curl** to perform. 05: Error while downloading. 06: Downloaded file corrupted.