6 lines
86 B
Bash
6 lines
86 B
Bash
#!/bin/sh
|
|
rm -rf node-v21.7.2
|
|
tar -xf node-v21.7.2.tar.xz
|
|
cd node-v21.7.2
|
|
./configure
|