VirtualBox

Ignore:
Timestamp:
Apr 20, 2020 5:22:27 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/Guest Additions: Fixed proxy settings for APT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r83867 r83868  
    360360                fRc = oTxsSession.syncMkDirPath("/etc/apt/apt.conf.d/", 0o755);
    361361                if fRc:
    362                     fRc = oTxsSession.syncUploadString('Acquire::http::Proxy \"' + sHttpProxy + '\"\r\n'
    363                                                        'Acquire::https::Proxy \"' + sHttpsProxy + '\"',
     362                    fRc = oTxsSession.syncUploadString('Acquire::http::Proxy \"' + sHttpProxy + '\";\n'
     363                                                       'Acquire::https::Proxy \"' + sHttpsProxy + '\";',
    364364                                                       '/etc/apt/apt.conf.d/proxy.conf', 0o644);
    365365                    if not fRc:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette