Update-Fedora-WS-FFMpegFix
This commit is contained in:
parent
8dd4b8738d
commit
93c547ad2a
1 changed files with 8 additions and 5 deletions
|
@ -18,11 +18,11 @@ sudo dnf up -y
|
|||
}
|
||||
|
||||
update-personnal-packages() {
|
||||
sudo dnf remove gnome-text-editor -y
|
||||
sudo dnf install gedit -y
|
||||
sudo dnf in "https://hst.tyleo.dev/packages/rpm/ocs-url_fc20.rpm" -y
|
||||
sudo dnf in lshw switchdesk switchdesk-gui go ruby subfinder engrampa flatpak nmap nmtui gparted duf alien aria2 ffmpeg micro fedora-workstation-repositories gnome-boxes ptyxis timeshift pwgen ncdu htop btop glances figlet fish zsh gimp openshot google-chrome-stable google-chrome-canary gnome-tweaks distrobox docker docker-compose -y
|
||||
sudo dnf up lshw switchdesk switchdesk-gui go ruby subfinder engrampa flatpak nmap nmtui gparted duf alien aria2 ffmpeg micro fedora-workstation-repositories gnome-boxes ptyxis timeshift pwgen ncdu htop btop glances figlet fish zsh gimp openshot google-chrome-stable google-chrome-canary gnome-tweaks distrobox docker docker-compose -y
|
||||
sudo dnf remove -y gnome-text-editor
|
||||
sudo dnf install -y gedit
|
||||
sudo dnf in -y "https://hst.tyleo.dev/packages/rpm/ocs-url_fc20.rpm"
|
||||
sudo dnf in -y lshw switchdesk switchdesk-gui go ruby subfinder engrampa flatpak nmap nmtui gparted duf alien aria2 micro fedora-workstation-repositories gnome-boxes ptyxis timeshift pwgen ncdu htop btop glances figlet fish zsh gimp openshot google-chrome-stable google-chrome-canary gnome-tweaks distrobox docker docker-compose
|
||||
sudo dnf in -y ffmpeg
|
||||
}
|
||||
|
||||
update-flatpak-games-bigs-packages() {
|
||||
|
@ -61,6 +61,9 @@ update-flatpak-games-packages() {
|
|||
if [ -x /usr/bin/flatpak ]; then
|
||||
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo >>/dev/null
|
||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo >>/dev/null
|
||||
### WAIT LIST
|
||||
#
|
||||
###
|
||||
sudo flatpak install flathub -y \
|
||||
io.gitlab.stone_kingdoms.StoneKingdoms \
|
||||
io.openrct2.OpenRCT2 \
|
||||
|
|
Loading…
Add table
Reference in a new issue