5 lines
182 B
Bash
Executable file
5 lines
182 B
Bash
Executable file
#!/bin/bash
|
|
|
|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrep
|
|
rpm-ostree override remove firefox firefox-langpacks
|
|
rpm-ostree install distrobox
|