Clone & install Gouda packages from a Git repository. Requires gouda-manager and git.
- Shell 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| config.sh | ||
| gouda-clone | ||
| gouda-list | ||
| gouda-untar | ||
| install.sh | ||
| LICENSE | ||
| README.md | ||
| uninstall.sh | ||
| upgrade.sh | ||
gouda-utils
Extra commands for the Gouda package manager.
To install gouda-utils, run the following code snippet:
cd /opt/gouda-packages/
sudo git clone https://github.com/PPPDUD/gouda-utils.git
cd gouda-utils
sudo git config core.fileMode false
sudo gouda-install gouda-utils
Commands
gouda-clone
Clone a Git repository over the Internet, put it in /opt/gouda-packages/, and run its installer script.
Usage: gouda-clone <URL>
Example: gouda-clone https://github.com/PPPDUD/gouda-example.git
gouda-list
List all non-hidden Gouda packages found in /opt/gouda-packages/.
Usage: gouda-list
Example: gouda-list
gouda-untar
Install a Gouda package from a tarball and place it under /opt/gouda-packages/.
Usage: gouda-untar <FILE> <NAME>
Example: gouda-untar mypkg.tar.xz mypkg