add instructions for installing without git

This commit is contained in:
Matthew Saunders Brown 2024-07-24 14:17:30 -07:00
parent e71a4e75e4
commit 7993fdcfb2

View File

@ -7,12 +7,21 @@ A minimal Debian 12 server install with no extra services or packages installed.
## Install
If you already have git installed:
```
cd /usr/local/src/
git clone https://git.stack-source.com/msb/base-stack.git
cd base-stack
bash install.sh
```
If you do not have git installed yet use wget & tar method instead (installer will add git to the OS for future use):
```
cd /usr/local/src/
wget https://git.stack-source.com/msb/base-stack/archive/master.tar.gz --output-document=base-stack-master.tar.gz
tar -xzf base-stack-master.tar.gz
cd base-stack
bash install.sh
```
## MTA
For an integrated and full featured mail server configuration it's recommended to install vmail-stack: