📝 Made notes of installing obs via flatpak
This commit is contained in:
parent
851a6e4c92
commit
58d9e28183
2 changed files with 13 additions and 1 deletions
1
aliases
1
aliases
|
|
@ -32,6 +32,7 @@ alias offline="cd ~/Documents/offline_notes && ls"
|
|||
# alias vpnup="doas sv up wireguard"
|
||||
# alias vpndown="doas sv down wireguard"
|
||||
alias pihole="docker exec -it pihole-unbound pihole"
|
||||
alias obs="gobble flatpak run com.obsproject.Studio"
|
||||
alias Code="cd ~/Documents/Code && ls"
|
||||
alias graphics="cd ~/Documents/Graphic_Design && ls"
|
||||
alias Math="cd ~/Documents/Math && ls"
|
||||
|
|
|
|||
13
updates.txt
13
updates.txt
|
|
@ -928,4 +928,15 @@ This is because of recent updates to pihole-unbound docker config file (re-run d
|
|||
Install sc-git (spreadsheet calculator TUI program)
|
||||
paru sc-git (1st choice)
|
||||
|
||||
test
|
||||
09/24/2025
|
||||
Reinstall obs-studio from flatpak:
|
||||
doas pacman -Rs obs-studio
|
||||
doas pacman -S flatpak
|
||||
Download flatpak from:
|
||||
https://flathub.org/en/apps/com.obsproject.Studio
|
||||
In Downloads directory run:
|
||||
flatpak install com.obsproject.Studio.flatpakref
|
||||
Test with:
|
||||
flatpak run com.obsproject.Studio
|
||||
You also have the alias you created:
|
||||
obs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue