From f6a12e2c014d9db396215fc1093b7b5efd179203 Mon Sep 17 00:00:00 2001 From: Willie169 <133617026+Willie169@users.noreply.github.com> Date: Wed, 19 Feb 2025 16:00:41 +0800 Subject: [PATCH] Update debian-buster.sh --- debian-buster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-buster.sh b/debian-buster.sh index b187908..e44cfc9 100644 --- a/debian-buster.sh +++ b/debian-buster.sh @@ -1,4 +1,4 @@ -apt update --allow-releaseinfo-change -y && apt upgrade -y && apt install automake bash build-essential bzip2 clang cmake command-not-found curl dbus file gdb git golang grep libboost-all-dev libeigen3-dev libgsl-dev libssl-dev iproute2 jq make maven mc nano neovim nodejs npm openjdk-11-jdk openssh-client openssh-server openssl perl procps python3-all-dev python3-venv ruby tar tmux vim wget zsh -y +apt update --allow-releaseinfo-change -y && apt upgrade -y && apt install automake bash build-essential bzip2 clang cmake command-not-found curl dbus file gdb git golang grep libboost-all-dev libeigen3-dev libgsl-dev libssl-dev iproute2 jq make maven mc mlocate nano neovim nodejs npm openjdk-11-jdk openssh-client openssh-server openssl perl procps python3-all-dev python3-venv ruby tar tmux vim wget zsh -y wget 'https://github.com/cli/cli/releases/download/v2.61.0/gh_2.61.0_linux_arm64.deb' -O gh_2.61.0_linux_arm64.deb dpkg -i gh_2.61.0_linux_arm64.deb rm gh_2.61.0_linux_arm64.deb