diff options
| author | 2023-12-29 17:24:06 +0500 | |
|---|---|---|
| committer | 2023-12-29 17:24:06 +0500 | |
| commit | ad72eb8312e0f6f6d1a6988b019ade98c4ec4853 (patch) | |
| tree | be20f8f33db1b69587b4d7736a6bde2f69c7008d /library/setupPkgYay.sh | |
| parent | 13eb5f3cfb004e5910c8e007bf1e23333c846e4e (diff) | |
update
Diffstat (limited to 'library/setupPkgYay.sh')
| -rwxr-xr-x | library/setupPkgYay.sh | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/library/setupPkgYay.sh b/library/setupPkgYay.sh deleted file mode 100755 index 2c3e547..0000000 --- a/library/setupPkgYay.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash - -setupPkgYay () { - cd - git clone https://aur.archlinux.org/yay - - cd $HOME/yay - makepkg -isr - - cd - rm -rf $HOME/yay - - if [ "$1" = "pc" ]; then - yay -S --needed - < "$dirArchIsoFiles"/pkglists/pkglist.txt - elif [ "$1" = "notebook" ]; then - yay -S --needed - < "$dirArchIsoFiles"/pkglists/pkglistnote.txt - fi -} - -select platform in "pc" "notebook"; do - - if [ "$platform" = "" ]; then - echo "Invalid option" - break - else - setupPkgYay "$platform" - fi - -done |
