add some required python packages to the base system
This commit is contained in:
parent
514a7b429d
commit
b688554372
2 changed files with 5 additions and 1 deletions
|
@ -22,6 +22,8 @@ rpm-ostree install \
|
||||||
tailscale \
|
tailscale \
|
||||||
syncthing \
|
syncthing \
|
||||||
ansible \
|
ansible \
|
||||||
|
python3-pip \
|
||||||
|
python3-keyring \
|
||||||
cosmic-desktop
|
cosmic-desktop
|
||||||
|
|
||||||
sudo flatpak install -y \
|
sudo flatpak install -y \
|
||||||
|
|
|
@ -20,7 +20,9 @@ rpm-ostree install \
|
||||||
distrobox \
|
distrobox \
|
||||||
tailscale \
|
tailscale \
|
||||||
syncthing \
|
syncthing \
|
||||||
ansible
|
ansible \
|
||||||
|
python3-pip \
|
||||||
|
python3-keyring
|
||||||
|
|
||||||
sudo flatpak install -y \
|
sudo flatpak install -y \
|
||||||
io.gitlab.librewolf-community \
|
io.gitlab.librewolf-community \
|
||||||
|
|
Loading…
Reference in a new issue