From 9f010b5c55d60e82e1d25b80996eef35bbae3047 Mon Sep 17 00:00:00 2001 From: Moritz Becker Date: Mon, 20 May 2024 19:37:26 +0200 Subject: [PATCH] fixed the scripts --- run_once_basic_setup.sh | 2 +- run_once_install_nerdfonts.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run_once_basic_setup.sh b/run_once_basic_setup.sh index 5b0add6..ab890d5 100644 --- a/run_once_basic_setup.sh +++ b/run_once_basic_setup.sh @@ -1,2 +1,2 @@ #!/bin/sh -sudo dnf install bitwarden btop nvim +sudo dnf install btop neovim diff --git a/run_once_install_nerdfonts.sh b/run_once_install_nerdfonts.sh index 1a0ffba..fb7af85 100644 --- a/run_once_install_nerdfonts.sh +++ b/run_once_install_nerdfonts.sh @@ -67,7 +67,7 @@ fi for font in "${fonts[@]}"; do zip_file="${font}.zip" download_url="https://github.com/ryanoasis/nerd-fonts/releases/download/v${version}/${zip_file}" - echo "Downloading $download_url" + echo "Downloading $download_url -O" wget "$download_url" unzip "$zip_file" -d "$fonts_dir" -x "*.txt/*" -x "*.md/*" rm "$zip_file"