yay installation
This commit is contained in:
@@ -1,5 +1,21 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
sudo pacman -Syu
|
||||||
|
|
||||||
|
# Install yay
|
||||||
|
if pacman -Si yay &>/dev/null; then
|
||||||
|
echo "Installiere yay mit pacman ..."
|
||||||
|
sudo pacman -S --needed yay
|
||||||
|
else
|
||||||
|
sudo pacman -S --needed base-devel git
|
||||||
|
echo "installiere yay via git ..."
|
||||||
|
git clone https://aur.archlinux.org/yay.git
|
||||||
|
cd yay
|
||||||
|
makepkg -si
|
||||||
|
cd ..
|
||||||
|
rm -r yay
|
||||||
|
fi
|
||||||
|
|
||||||
sudo pacman -S \
|
sudo pacman -S \
|
||||||
firefox \
|
firefox \
|
||||||
nextcloud \
|
nextcloud \
|
||||||
|
|||||||
Reference in New Issue
Block a user