aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-12-19 16:21:05 +0100
committerMateja <mail@matejamaric.com>2020-12-19 16:21:05 +0100
commita168524af046fc1bffd03143d866fc2554eb63e0 (patch)
treedf3998ea1b467b051ff119c08ed6568c0b387c6f
parent13cf5c0b28bab6a54d1cb533ca221e60745e6864 (diff)
downloadsetup-scripts-a168524af046fc1bffd03143d866fc2554eb63e0.tar.gz
setup-scripts-a168524af046fc1bffd03143d866fc2554eb63e0.zip
Add unrar-free.
-rwxr-xr-xsetup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index e1c2101..888ff97 100755
--- a/setup.sh
+++ b/setup.sh
@@ -49,6 +49,7 @@ sudo apt install -y newsboat ffmpeg mpd mpc ncmpcpp mpv
sudo systemctl disable --now mpd
sudo apt -t buster-backports install -y youtube-dl
+sudo apt install -y unrar-free
read -p "Do you want to install configurations? " -n 1 -r