mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 22:36:33 +00:00
8 lines
134 B
Bash
8 lines
134 B
Bash
#!/bin/sh
|
|
|
|
sudo -s
|
|
apt -y update
|
|
apt -y upgrade
|
|
|
|
apt install -y dotnet-sdk-8.0 aspnetcore-runtime-8.0
|
|
apt install -y zlib1g nodejs npm |