Browse Source

update drone.yml

tags/v0.0.5
Peter Vivell 7 years ago
parent
commit
6b21ecdaec
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      drone.yml

+ 1
- 1
drone.yml View File

15
     DEBUG: true
15
     DEBUG: true
16
   commands:
16
   commands:
17
     - export PATH=$PATH
17
     - export PATH=$PATH
18
-    - echo 'Acquire::http { Proxy "http://unino.de:3142"; }' | sudo tee -a /etc/apt/apt.conf.d/proxy
18
+    - echo 'Acquire::http { Proxy "http://unino.de:3142"; }' | tee -a /etc/apt/apt.conf.d/proxy
19
     - apt-get update
19
     - apt-get update
20
     - apt-get --yes upgrade
20
     - apt-get --yes upgrade
21
     - apt-get --yes install build-essential libc6-dev libhidapi-dev libssl-dev
21
     - apt-get --yes install build-essential libc6-dev libhidapi-dev libssl-dev

Loading…
Cancel
Save