Skip to content

Instantly share code, notes, and snippets.

View HiceS's full-sized avatar
🕳️
Holed Up.

Shawn Hice HiceS

🕳️
Holed Up.
View GitHub Profile
@HiceS
HiceS / yams_setup.sh
Last active March 15, 2024 21:37
redis / docker setup quickly
#!/bin/bash
# first make sure curl is installed with sudo apt install curl
# Exit immediately if a command exits with a non-zero status.
set -e
set +x
is_package_installed() {
local package=$1
==> Installing osrf/simulation/gz-garden dependency: gz-fuel-tools8
/usr/bin/env tar --extract --no-same-owner --file /Users/hices/Library/Caches/Homebrew/downloads/a4cb56eea016adc665b98f671dc46aeb9f7638212c6630826245cd658b1e592f--gz-fuel_tools-8.0.2.tar.bz2 --directory /private/tmp/d20230622-96393-1cuwagw
/usr/bin/env cp -pR /private/tmp/d20230622-96393-1cuwagw/gz-fuel_tools-8.0.2/. /private/tmp/gz-fuel-tools8-20230622-96393-ipgfyt/gz-fuel_tools-8.0.2
==> cmake .. -DCMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/gz-fuel-tools8/8.0.2_1 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -DBUILD_TESTING=Off -DCMAKE_INSTALL_RPATH=@loader_path/../lib
-- The C compiler identification is AppleClang 14.0.3.14030022
-- The CXX compiler identification is AppleClang 14.0.3.14030022
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check fo
For Appearance: Brass - Matte -- Property names and types:
id: interior_model type: adsk::core::IntegerProperty
id: metal_f0 type: adsk::core::ColorProperty
Found Color with Value R243 G203 B124 A255
id: metal_f0_urn type: adsk::core::StringProperty
id: surface_albedo type: adsk::core::ColorProperty
Found Color with Value R255 G255 B255 A255
id: surface_albedo_urn type: adsk::core::StringProperty
For Appearance: Brass - Matte -- Property names and types:
name: Material Type type: adsk::core::IntegerProperty
name: Color type: adsk::core::ColorProperty
Found Color with Value R243 G203 B124 A255
name: URN type: adsk::core::StringProperty
name: Color type: adsk::core::ColorProperty
Found Color with Value R255 G255 B255 A255
name: URN type: adsk::core::StringProperty