From 09aad5efedc85f4e9b6bc8b9ada8813cd1012c12 Mon Sep 17 00:00:00 2001
From: Ryan McQuen <rpcm@linux.com>
Date: Thu, 16 Jul 2020 13:10:36 -0700
Subject: [PATCH] Add install command here instead.

---
 .gitpod.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitpod.yml b/.gitpod.yml
index 9cedb31..871a3f8 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,5 +1,5 @@
 tasks:
-    - init: rustlings watch
+    - init: [ -x ~/.cargo/bin/rustlings ] && ~/.cargo/bin/rustlings watch || ./install.sh
 image:
     file: .gitpod.Dockerfile