install.sh 270 B

1234567891011
  1. # Step One update
  2. yes| sudo pacman -Syu
  3. yes| sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si
  4. yes| sudo pacman -S jre8-openjdk python-pip tk
  5. pip install pyautogui pynput requests --break-system-packages