mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
9 lines
172 B
Bash
Executable File
9 lines
172 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Needs installed from AUR.
|
|
if [[ ! $(yay -Q libajantv2 2>/dev/null) ]]; then
|
|
yay -S libajantv2
|
|
fi
|
|
|
|
cd $HOME/pkgbuilds/obs-studio-arm && makepkg -si
|