aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-08-14 16:00:48 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-08-14 16:00:48 +0200
commit0e675d4b868c000df78e886d5d1f031b58b962ce (patch)
tree00441c5ce4e47b08cd1ea4692610a053256afd46
parente8838eeca60b4e43d981ff2a94d38ba8ece116cd (diff)
Install mate-calc
-rwxr-xr-xinstall.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index da132ce..6c2739b 100755
--- a/install.sh
+++ b/install.sh
@@ -39,7 +39,8 @@ if command_exists apt; then
thunderbird \
signal-desktop \
fonts-hack \
- fonts-noto-color-emoji
+ fonts-noto-color-emoji \
+ mate-calc
$SUDO apt purge -y \
lemonbar # automatically installed but unwanted
else