From a4a700c8a424f2e2467517096182a3a3aaa9b43c Mon Sep 17 00:00:00 2001 From: blueingreen68 Date: Mon, 22 Jan 2024 13:33:26 +0500 Subject: unarchived --- library/setupPkg.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 library/setupPkg.sh (limited to 'library/setupPkg.sh') diff --git a/library/setupPkg.sh b/library/setupPkg.sh deleted file mode 100644 index 4fa1266..0000000 --- a/library/setupPkg.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -if [ "$1" = "pipx" ]; then - source "$dirArchIsoFiles"/library/setupPkgPipx.sh -elif [ "$1" = "yay" ]; then - source "$dirArchIsoFiles"/library/setupPkgYay.sh -fi -- cgit