Update Install.bsh

This commit is contained in:
Thierry
2025-11-24 21:05:38 +01:00
parent 082e434269
commit b8c96f98e5

View File

@@ -140,8 +140,8 @@ cmake build “/tmp/.darktable_stable/build” target install -j12
sudo rpm --import https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Fedora_41/repodata/repomd.xml.key sudo rpm --import https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Fedora_41/repodata/repomd.xml.key
sudo dnf config-manager --add-repo https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Fedora_41/owncloud-client.repo sudo dnf config-manager --add-repo https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Fedora_41/owncloud-client.repo
sudo dnf clean all sudo dnf clean all
sudo dnf install owncloud-client sudo dnf install -y owncloud-client
sudo dnf upgrade owncloud-client sudo dnf upgrade -y owncloud-client
########## ##########