diff options
| author | 2023-12-25 18:07:22 +0500 | |
|---|---|---|
| committer | 2023-12-25 18:07:22 +0500 | |
| commit | 6f73cd0b943244cfc2c4c57bb3402b9be857deff (patch) | |
| tree | ce8f5643bdca0785f9fbfac4ea9fccb7ba6aa372 /library/yaySetupPkg.sh | |
| parent | 3a46071d1ee4adcbe7e533f8190af857c069a292 (diff) | |
update install.sh & add library dir
Diffstat (limited to 'library/yaySetupPkg.sh')
| -rwxr-xr-x | library/yaySetupPkg.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/library/yaySetupPkg.sh b/library/yaySetupPkg.sh new file mode 100755 index 0000000..b9d72c2 --- /dev/null +++ b/library/yaySetupPkg.sh @@ -0,0 +1,16 @@ +yaySetupPkg () { + + cd + git clone https://aur.archlinux.org/yay + + cd $HOME/yay + makepkg -isr + + cd + rm -rf $HOME/yay + + yay -S --needed - < "$dirArchIsoFiles"/pkglist.txt + +} + +yaySetupPkg |
