feat: setup licensed on the codespace

This commit is contained in:
Marais Rossouw
2025-05-27 13:21:37 +10:00
parent d645f067d8
commit 2605bfac7a
2 changed files with 18 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/bin/bash
set -eux
# Setup licensed
sudo apt update
sudo apt install -y \
cmake\
pkg-config
gem install licensed
# NPM install
npm install