Compare commits
No commits in common. "dfc38f323c1adb8f8f23e39debbc3ae869088068" and "cb77f80d36d83e26a7149a26f26a7ff900d88fee" have entirely different histories.
dfc38f323c
...
cb77f80d36
2 changed files with 1 additions and 6 deletions
|
@ -239,10 +239,6 @@ optdeps=(
|
||||||
python-nautilus
|
python-nautilus
|
||||||
# ansible: crypto functions
|
# ansible: crypto functions
|
||||||
python-passlib
|
python-passlib
|
||||||
# ansible: json_query filter
|
|
||||||
python-jmespath
|
|
||||||
# ansible: ssh password connection
|
|
||||||
sshpass
|
|
||||||
)
|
)
|
||||||
|
|
||||||
pacman -Syu --noconfirm --needed "${packages[@]}"
|
pacman -Syu --noconfirm --needed "${packages[@]}"
|
||||||
|
@ -464,8 +460,6 @@ aur_packages=(
|
||||||
git-gone
|
git-gone
|
||||||
dnscontrol-bin
|
dnscontrol-bin
|
||||||
qtscrcpy # Android screen display
|
qtscrcpy # Android screen display
|
||||||
cinny-desktop-bin # Lightweight Matrix client
|
|
||||||
iotas # Note taking with Nextcloud Sync
|
|
||||||
)
|
)
|
||||||
|
|
||||||
aur_optdeps=(
|
aur_optdeps=(
|
||||||
|
|
|
@ -6,6 +6,7 @@ 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.World.PikaBackup
|
||||||
flatpak install --noninteractive org.gnome.Loupe
|
flatpak install --noninteractive org.gnome.Loupe
|
||||||
flatpak install --noninteractive dev.deedles.Trayscale
|
flatpak install --noninteractive dev.deedles.Trayscale
|
||||||
|
flatpak install --noninteractive org.gnome.gitlab.cheywood.Iotas
|
||||||
flatpak install --noninteractive com.belmoussaoui.ReadItLater
|
flatpak install --noninteractive com.belmoussaoui.ReadItLater
|
||||||
flatpak install --noninteractive dev.geopjr.Tuba
|
flatpak install --noninteractive dev.geopjr.Tuba
|
||||||
flatpak install --noninteractive com.github.tchx84.Flatseal
|
flatpak install --noninteractive com.github.tchx84.Flatseal
|
||||||
|
|
Loading…
Reference in a new issue