Skip to content

Commit

Permalink
Remove new line that was added by the IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusferrao committed Jun 16, 2024
1 parent d0d97b4 commit f3cb21e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xo-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ function InstallDependenciesRPM {
# install packages
echo
printprog "Installing build dependencies, redis server, python3, git, nfs-utils, cifs-utils, lvm2, ntfs-3g, dmidecode patch"
runcmd "dnf -y install gcc gcc-c++ make openssl-devel redis libpng-devel python3 git nfs-utils cifs-utils lvm2
ntfs-3g dmidecode patch"
runcmd "dnf -y install gcc gcc-c++ make openssl-devel redis libpng-devel python3 git nfs-utils cifs-utils lvm2 ntfs-3g dmidecode patch"
printok "Installing build dependencies, redis server, python3, git, nfs-utils, cifs-utils, lvm2, ntfs-3g, dmidecode patch"

# only run automated node install if executable not found
Expand Down

0 comments on commit f3cb21e

Please sign in to comment.