From ce946ffc89bfe08ae98f7c31fdda7eb21299b259 Mon Sep 17 00:00:00 2001 From: ColinK_ Date: Fri, 28 Oct 2022 19:08:04 -0400 Subject: [PATCH] f --- strap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strap.sh b/strap.sh index 301c257..f7f0d4c 100644 --- a/strap.sh +++ b/strap.sh @@ -5,7 +5,7 @@ set -e DEBIAN_FRONTEND=noninteractive apt-get install -y curl wget ## source <(curl -s https://imp-bootstrap:sHEG3NTC6og8pCJDTF6EPYb8jLmbskx5Ns@git.nixc.us/colin_/bootstrap-scripts/raw/branch/main/strap.sh) defaults-bootstrap -curl -sL https://sentry.io/get-cli/ | bash +# curl -sL https://sentry.io/get-cli/ | bash # echo 'export SENTRY_DSN=https://4d089076433c4a7aa31bbb2741f053fe@sentry.aenow.com/3' # eval "$(sentry-cli bash-hook)" curl -o /usr/local/sbin/zsh-setup https://imp-bootstrap:sHEG3NTC6og8pCJDTF6EPYb8jLmbskx5Ns@git.nixc.us/colin_/bootstrap-scripts/raw/branch/main/scripts/zsh-setup.sh && chmod +x /usr/local/sbin/zsh-setup