mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
Use DNF instead of Yum for Fedora
Yum has been deprecated in favor of DNF in the latest stable Fedora version and is no longer part of the base system. For this reason, the command to install dependencies on Fedora should be changed to DNF.
This commit is contained in:
parent
fa711b2bff
commit
506081af01
@ -42,7 +42,7 @@ urbit depends on:
|
||||
*note: http requests are not supported on either debian wheezy or jessie due to an ssl issue*
|
||||
#### Fedora
|
||||
|
||||
sudo yum install gcc gcc-c++ git gmp-devel openssl-devel openssl ncurses-devel libsigsegv-devel ctags automake autoconf libtool ragel cmake re2c
|
||||
sudo dnf install gcc gcc-c++ git gmp-devel openssl-devel openssl ncurses-devel libsigsegv-devel ctags automake autoconf libtool ragel cmake re2c
|
||||
|
||||
#### AWS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user