replaced pamac with paru
This commit is contained in:
parent
5459a6628b
commit
aa69f73c23
28 changed files with 54 additions and 111 deletions
|
@ -1,4 +1,4 @@
|
|||
from src.util import flatpak_install, pamac_install, copy_file
|
||||
from src.util import flatpak_install, paru_install, copy_file
|
||||
from src.constants import content_dir
|
||||
from src import log
|
||||
from os import system
|
||||
|
@ -52,7 +52,7 @@ def setup():
|
|||
"""Discord and better discord"""
|
||||
|
||||
flatpak_install("com.discordapp.Discord")
|
||||
pamac_install("betterdiscordctl-git")
|
||||
paru_install("betterdiscordctl-git")
|
||||
|
||||
copy_file(
|
||||
f"{content_dir}/home/pomp/.config/autostart/discord.desktop",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue