aboutsummaryrefslogtreecommitdiff
path: root/ARCHIVED/library/setupPkg.sh
blob: 4fa1266fae445ff25e2a1fa1905ce72484a07f37 (plain)
1
2
3
4
5
6
7
#!/bin/bash 

if [ "$1" = "pipx" ]; then
  source "$dirArchIsoFiles"/library/setupPkgPipx.sh
elif [ "$1" = "yay" ]; then
  source "$dirArchIsoFiles"/library/setupPkgYay.sh 
fi