Skip to content

Commit 631900b

Browse files
committed
[CI] Disable command line input while adding PPA
1 parent a4a9073 commit 631900b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bin/install_apt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# PPA for latest go
4-
sudo add-apt-repository ppa:longsleep/golang-backports
4+
sudo add-apt-repository -y ppa:longsleep/golang-backports
55

66
sudo apt-get update
77
sudo apt-get install -y $(grep -vE "^\s*#" apt-requirements.txt | tr "\n" " ")

0 commit comments

Comments
 (0)