dominiksalvet / gitpack

Git-based package manager written in POSIX shell
MIT License
99 stars 6 forks source link

Cant install #12

Closed equillar closed 2 years ago

equillar commented 3 years ago

Environment Ubuntu 20.04

Description Cant install gitpack

Replication When Run on console wget -qO- https://raw.githubusercontent.com/dominiksalvet/gitpack/master/.install/initg.sh | sh i get: installing GitPack globally sh: 17: git: not found

dominiksalvet commented 2 years ago

Hello, you need to install Git first. Try sudo apt install git and repeat.