We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94fb46 commit 37be091Copy full SHA for 37be091
1 file changed
.travis/before_install
@@ -1,12 +1,12 @@
1
#!/bin/bash
2
3
-apt-get update && apt-get install -y wget git build-essential squashfs-tools \
4
- libtool \
5
- autotools-dev \
6
- automake \
7
- autoconf \
8
- uuid-dev \
9
- libssl-dev
+sudo apt-get update && sudo apt-get install -y wget git build-essential squashfs-tools \
+ libtool \
+ autotools-dev \
+ automake \
+ autoconf \
+ uuid-dev \
+ libssl-dev
10
11
12
sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers
0 commit comments