Create Fedora script for installing software
Hey guys,
I recently switch from arch to Fedora and i found a script for arch which i want to write for Fedora, its this one here:
https://gist.github.com/julionc/4162347
So, if i change pacman > yum and the software i want to install, will this work?
Do i need to add some kind of "wait" in order to get it working properly?
So i mean:
yum -y install PKGNAME
[wait]
yum -y install NEXT PKGNAME
and so on.
Or do i dont need to add a "wait" and yum will install the next package after the first is done?
yum -y install PKGNAME
yum -y install NEXTPKGNAME
and so on?
Hope you know what i mean :)
Thanks guys.
? similar scripts exist in Fedora, read here