redmicraft/1_install_deps.sh
2024-10-04 20:13:15 +02:00

5 lines
56 B
Bash

#! /bin/bash
pkg update
pkg add openjdk-17
pkg add curl