From 07642d387a6c7eaaf247f2d1e784e86bdffa1bf1 Mon Sep 17 00:00:00 2001 From: Jai A P <78354625+Jai-JAP@users.noreply.github.com> Date: Wed, 18 Aug 2021 16:05:18 +0530 Subject: [PATCH] Update pkg-install --- pkg-install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg-install b/pkg-install index e830947..e6da196 100755 --- a/pkg-install +++ b/pkg-install @@ -11,10 +11,10 @@ error() { exit 1 } -#$1 is a quotation-marked, space-seperated list of package names. -#$2 is the path to the program folder being installed. - -#"package0 package1 | package2" represents "package0 & package1" or "package0 & package2" (whichever is available) in $2 +# $1 is a quotation-marked, space-seperated list of package names. +# $2 is name of the app being installed. +# Example usage: ~/pi-apps/pkg-install "gparted buffer expect" Arduino +# "package1 | package2" represents "package1 or package2" (whichever is available) for $1 PKG_LIST="$1" #quotation-marked, space-seperated list of package names to install