From 9e82c96713989a7565eadac505b36e3dbe91cd5a Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 11 Jun 2023 07:56:17 -0400 Subject: Added, removed, renamed scripts --- .local/bin/get-pkgs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 .local/bin/get-pkgs (limited to '.local/bin/get-pkgs') diff --git a/.local/bin/get-pkgs b/.local/bin/get-pkgs deleted file mode 100755 index 19e64f3..0000000 --- a/.local/bin/get-pkgs +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# Creates files containing lists of installed and manually installed packages -# in cache directory - -pkgdir="$HOME/.cache/packages" -apt list --installed | tail -n+2 | cut -d '/' -f 1 > $pkgdir/installed -apt list --manual-installed | tail -n+2 | - cut -d '/' -f 1 > $pkgdir/manual-installed -- cgit v1.2.3