This repository provides a simple Bash script to install Iriun Webcam and required audio dependencies on Arch Linux.
The script automates the following steps:
- Clones and installs the
yayAUR helper. - Installs the
iriunwebcam-binpackage using yay. - Installs ALSA (Advanced Linux Sound Architecture) dependencies using
pacman.
- An Arch-based Linux distribution (e.g., Arch, Manjaro, EndeavourOS)
gitandbase-develinstalled (for building AUR packages)
- Download or clone this repository:
git clone https://github.com/Bimes69/Irium-Webcam-Fast-installcd Irium-Webcam-Fast-installchmod +x irium-install.sh./irium-install.sh๐ฅ About Iriun Webcam
Iriun allows you to use your Android phone as a wireless webcam on your PC over Wi-Fi or USB. ๐ ๏ธ Notes
Make sure your system is updated before running the script:
sudo pacman -SyuIf yay is already installed, you can comment out the first block of the script.