Compare commits
3 commits
cb77f80d36
...
dfc38f323c
Author | SHA1 | Date | |
---|---|---|---|
dfc38f323c | |||
b2fd4656b1 | |||
cd7f0ceac8 |
2 changed files with 6 additions and 1 deletions
|
@ -239,6 +239,10 @@ optdeps=(
|
|||
python-nautilus
|
||||
# ansible: crypto functions
|
||||
python-passlib
|
||||
# ansible: json_query filter
|
||||
python-jmespath
|
||||
# ansible: ssh password connection
|
||||
sshpass
|
||||
)
|
||||
|
||||
pacman -Syu --noconfirm --needed "${packages[@]}"
|
||||
|
@ -460,6 +464,8 @@ aur_packages=(
|
|||
git-gone
|
||||
dnscontrol-bin
|
||||
qtscrcpy # Android screen display
|
||||
cinny-desktop-bin # Lightweight Matrix client
|
||||
iotas # Note taking with Nextcloud Sync
|
||||
)
|
||||
|
||||
aur_optdeps=(
|
||||
|
|
|
@ -6,7 +6,6 @@ exec 2> >(while read line; do echo -e "\e[01;31m$line\e[0m"; done)
|
|||
flatpak install --noninteractive org.gnome.World.PikaBackup
|
||||
flatpak install --noninteractive org.gnome.Loupe
|
||||
flatpak install --noninteractive dev.deedles.Trayscale
|
||||
flatpak install --noninteractive org.gnome.gitlab.cheywood.Iotas
|
||||
flatpak install --noninteractive com.belmoussaoui.ReadItLater
|
||||
flatpak install --noninteractive dev.geopjr.Tuba
|
||||
flatpak install --noninteractive com.github.tchx84.Flatseal
|
||||
|
|
Loading…
Reference in a new issue