Skip to content

Commit 87348e7

Browse files
Fix to install script
1 parent 8fe2376 commit 87348e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.device_scripts/install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ print_step "Installing dependencies..."
3939
sudo apt install -y git nodejs npm
4040
check_status
4141

42+
# Create codequill folder if it doesn't exist
43+
print_step "Creating codequill folder..."
44+
mkdir -p codequill
45+
check_status
46+
4247
# Check if codequill folder exists
4348
if [ -d "codequill" ]; then
4449
print_step "CodeQuill folder already exists. Backing up database..."

0 commit comments

Comments
 (0)