Home > Back-end >  Don't know how to resolve this unexpected EOF error
Don't know how to resolve this unexpected EOF error

Time:09-18

I'm new to bash and am wondering what the problem is with this? Says the error is on line 44 and line 47. A copy of the error:

unexpected EOF while looking for matching `"'
syntax error: unexpected end of file

This is my script so far:

#! /usr/bin/bash

#Basic setup for fedora. Updates and upgrades, then adds rpm fusion repos
dnf update
dnf upgrade
dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E            
  •  Tags:  
  • bash
  • Related