11 lines
139 B
Bash
Executable File
11 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
echo "==> Mail packages"
|
|
paru -S --needed \
|
|
isync \
|
|
msmtp \
|
|
neomutt \
|
|
mu \
|
|
lynx urlview
|