Install iTerm 2
Download, unzip and drag to your Applications directory.
https://www.iterm2.com/downloads.html
Download, unzip and drag to your Applications directory.
https://www.iterm2.com/downloads.html
As of January 2020, all apps running on macOs 10.15 Catalina are required to be notarized. For Unity games distributed outside the Mac App Store, such as with Steam, the notarization process is done post build using a series of Xcode command line tools.
#!/bin/bash | |
set -uxo pipefail | |
# DISK_NAME = Name of the disk in terraform | |
# DEVICE_NAME = When $DISK_NAME is mounted in the compute instance at `/dev/` | |
MOUNT_DIR=/mnt/disks/persistent_storage | |
# Check if entry exists in fstab | |
grep -q "$MOUNT_DIR" /etc/fstab |