10 lines
139 B
Bash
Executable File
10 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
echo "==> Calendar and contacts packages"
|
|
paru -S --needed \
|
|
vdirsyncer \
|
|
khal \
|
|
khard \
|
|
mu
|