From f3cb21e9b24a69819acc562190d76d518aade1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:15:25 -0300 Subject: [PATCH] Remove new line that was added by the IDE --- xo-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xo-install.sh b/xo-install.sh index 3ae90a0..cc999a5 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -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