Ошибки в cURL

  • xeonic 10.06.2020
    При загрузке ПО резервного копирования через cURL выводятся ошибки:

    root@umrk:~# curl https://raw.githubusercontent.com/zipurman/oVIRT_Simple_Backup/master/server/installer/install.sh | bash
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 1940 100 1940 0 0 3809 0 --:--:-- --:--:-- --:--:-- 3811
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    wget is already the newest version (1.18-5+deb9u3).
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Error in proxy URL ftp://alexey/111aHv@100.8.119.250:3128: Must be HTTP.
    chmod: cannot access '/opt/oVirtSimpleInstaller/installer.sh': No such file or directory
    MAKE SURE YOU ARE RUNNING THIS ON A FRESHLY INSTALLED DEBIAN VM IN YOUR OVIRT ENVIRONMENT

    !!! DO NOT RUN THIS SCRIPT ON A VM IN THE XENSERVER ENVIRONMENT !!!

    You can now run the following script to install oVirt Simple Backup

    - rem out any cdrom/dvd median in /etc/apt/sources.list
    - apt-get update
    - make sure you have your NFS ready and have all user/pass info available
    - on oVirt ENGINE - make sure root user has a ~/.ssh folder
    - on oVirt ENGINE - make sure /etc/ssh/sshd.conf is set to allow root login (restart sshd)
    - MAKE SURE this oVirtSimpleBackupVM is configured for the static IP address you will use.

    - RECOMMENDED - create a snapshot now so if you have to reinstall

    Run installer:

    /opt/oVirtSimpleInstaller/installer.sh

    Помогите пожалуйста исправить?
  • VadimAndyVadimAndy 10.06.2020
    открываешь терминал
    cd /opt/oVirtSimpleInstaller/ sudo chmod +x install.sh && sudo ./install
    Done!!!
  • xeonic 11.06.2020
    После этой команды вот что выдал:
    -su: cd: too many arguments
  • xeonic 11.06.2020
    Что еще можно попробовать?
  • VadimAndyVadimAndy 11.06.2020
    xeonic:
    После этой команды вот что выдал:
    -su: cd: too many arguments
    Затупил ;))

    sudo -i && cd /opt/oVirtSimpleInstaller/ && chmod +x install.sh && ./installer.sh