Browse Source

Try to prevent apt-get update failure

install-script
Luke Childs 3 years ago
parent
commit
61a78e25f0
  1. 2
      scripts/install

2
scripts/install

@ -84,7 +84,7 @@ bootstrap() {
} }
update_apt() { update_apt() {
sudo apt-get update sudo apt-get update --yes
} }
install_apt_deps() { install_apt_deps() {

Loading…
Cancel
Save