Implement setup and update scripts
This commit is contained in:
10
Client/setup.sh
Normal file
10
Client/setup.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get update
|
||||
apt-get upgrade -y
|
||||
|
||||
apt-get install -y nodejs npm libopus-dev gcc make alsa-utils libasound2 libasound2-dev libpulse-dev pulseaudio apulse
|
||||
|
||||
pulseaudio
|
||||
|
||||
npm i
|
||||
Reference in New Issue
Block a user