We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6e2c6 commit 35bcb02Copy full SHA for 35bcb02
build_files/build.sh
@@ -40,7 +40,7 @@ log "Installing RPM packages"
40
# MEGA
41
log "Installing megasync"
42
mkdir -p /var/opt/megasync
43
-wget https://mega.nz/linux/repo/Fedora_43/x86_64/megasync-Fedora_43.x86_64.rpm && dnf5 install -y megasync-Fedora_43.x86_64.rpm
+wget https://mega.nz/linux/repo/Fedora_43/x86_64/megasync-Fedora_43.x86_64.rpm && sudo dnf5 install -y megasync-Fedora_43.x86_64.rpm
44
wget https://mega.nz/linux/repo/Fedora_42/x86_64/nautilus-megasync-Fedora_42.x86_64.rpm && dnf5 install -y nautilus-megasync-Fedora_42.x86_64.rpm
45
46
log "Installing Gitkraken"
0 commit comments