linux..before_install.sh 86 B

1234
  1. #!/usr/bin/env bash
  2. sudo dpkg --add-architecture i386
  3. sudo apt-get update -qq || true