Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
0b1a939087
remove pnpm 2025-01-04 10:59:14 +01:00
CanbiZ
893618f147
remove pnpm 2025-01-04 10:59:03 +01:00
2 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ msg_ok "Set up Node.js Repository"
msg_info "Installing Node.js"
$STD apt-get update
$STD apt-get install -y nodejs
$STD npm install -g pnpm
msg_ok "Installed Node.js"
# Setup App

View File

@ -32,7 +32,6 @@ msg_ok "Set up Node.js Repository"
msg_info "Installing Node.js"
$STD apt-get update
$STD apt-get install -y nodejs
$STD npm install -g pnpm
msg_ok "Installed Node.js"
# Setup App