From 0708070ac0fe775937a7a7fce54a1b28ce4a4e4e Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Thu, 9 Mar 2023 01:57:42 +0000 Subject: [PATCH] add pkg: lazygit --- scripts/install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-packages.sh b/scripts/install-packages.sh index fe124ef..da0d04d 100644 --- a/scripts/install-packages.sh +++ b/scripts/install-packages.sh @@ -41,7 +41,7 @@ PKGS_TO_INSTALL+=(hd-idle hdparm mlocate smartmontools usbutils wol) PKGS_TO_INSTALL+=(tar unrar unzip xz zip) # software devel -PKGS_TO_INSTALL+=(cargo-audit cargo-auditable cargo-bloat cargo-depgraph cargo-outdated cargo-spellcheck cargo-update cargo-watch picocom rustup) +PKGS_TO_INSTALL+=(cargo-audit cargo-auditable cargo-bloat cargo-depgraph cargo-outdated cargo-spellcheck cargo-update cargo-watch lazygit picocom rustup) # cross compilation PKGS_TO_INSTALL+=(aarch64-linux-gnu-gcc riscv64-elf-gcc riscv64-linux-gnu-gcc)