From f4272d134086a394c69238da16c9718c9247a8f6 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sat, 18 Oct 2025 17:05:34 +0000 Subject: [PATCH] feat(os): Remove package manpages-fr-extra --- os.d/ubuntu.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os.d/ubuntu.bash b/os.d/ubuntu.bash index b7ef9aa..e2f7bb0 100644 --- a/os.d/ubuntu.bash +++ b/os.d/ubuntu.bash @@ -5,7 +5,7 @@ if (grep -q Ubuntu <(lsb_release --id --short)); then sudo apt upgrade -y sudo apt install -y coreutils grep less tar zip unzip tree - sudo apt install -y man manpages-fr manpages-fr-extra + sudo apt install -y man manpages-fr sudo apt install -y bash bash-completion sudo apt install -y zsh fish sudo apt install -y screen tmux