Skip to content

Commit 35bcb02

Browse files
committed
install megasync with sudo
1 parent 3b6e2c6 commit 35bcb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_files/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ log "Installing RPM packages"
4040
# MEGA
4141
log "Installing megasync"
4242
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
43+
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
4444
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
4545

4646
log "Installing Gitkraken"

0 commit comments

Comments
 (0)