diff --git a/bin/setup b/bin/setup index 83ec7d6..b78bbb1 100755 --- a/bin/setup +++ b/bin/setup @@ -35,7 +35,7 @@ FileUtils.chdir APP_ROOT do system("bundle check") || system!("bundle install") puts "Gems installed".green - puts "\n== Installing packages using yarn==" + puts "\n== Installing packages using bun==" if command?("bun") system!("bun install") else