From 55724198ff4f93054a411709302bdb56794ab3b4 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sun, 7 Jul 2024 21:22:09 +0200 Subject: [PATCH] change apt to apt-get --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b75dc98..e8f864d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: build image: gcc:13 commands: - - apt update && apt install -y cmake + - apt-get update && apt-get install -y cmake - git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer - cd DarkflameServer - ./build.sh -j4