mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-19 15:16:36 +00:00
640 B
640 B
title, homepage, tagline
| title | homepage | tagline |
|---|---|---|
| Webi Essentials | https://webinstall.dev/webi-essentials | The Webi Essentials are curl, git, tar, wget, xz, zip, & webi shell integrations |
Cheat Sheet
Even Webi needs a place to start.
This installs the tools that are commonly needed to download and unpack various packages, using the native package manager.
This requires root or sudo
Linux (Debian, Ubuntu)
sudo apt update
sudo apt install -y \
curl \
git \
tar \
wget \
xz \
zip
Alpine (Docker)
sudo apk add --no-cache \
curl \
git \
tar \
wget \
xz \
zip