mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Update obs-studio run, WIP.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user