diff options
Diffstat (limited to '.travis-upload.sh')
-rw-r--r-- | .travis-upload.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis-upload.sh b/.travis-upload.sh index 0904b646a..3a15e8f6a 100644 --- a/.travis-upload.sh +++ b/.travis-upload.sh @@ -7,7 +7,6 @@ if [ "$TRAVIS_BRANCH" = "master" ]; then UPLOAD_DIR="/citra/nightly/linux-amd64" mkdir "$REV_NAME" - sudo apt-get -qq install lftp cp build/src/citra/citra "$REV_NAME" cp build/src/citra_qt/citra-qt "$REV_NAME" elif [ "$TRAVIS_OS_NAME" = "osx" ]; then |