feat: setup licensed on the codespace
This commit is contained in:
Executable
+15
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user