summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhc <hc@email.ch>2024-10-25 14:36:34 +0800
committerhc <hc@email.ch>2024-10-25 14:36:34 +0800
commit9f5fb54b560fd2b7a15ac92e5d5bd408787ad064 (patch)
treec396f3eef0a03ea25887b1c49c94bd5f53eb0592
parent573df56ac10370948211477db7a16c0e38370927 (diff)
zzz
-rwxr-xr-xcore/install-packages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/install-packages.sh b/core/install-packages.sh
index 14184e0..68630c5 100755
--- a/core/install-packages.sh
+++ b/core/install-packages.sh
@@ -4,7 +4,7 @@
#install packages
sudo dnf install -y epel-release
sudo dnf groupinstall -y "Development Tools"
-sudo dnf install -y nc openssl autossh tmux htop tar bmon gzip tree wget curl mlocate nano vim unzip net-tools git python3 python3-pip make wireguard-tools usbutils yum
+sudo dnf install -y nc openssl bat autossh tmux htop tar bmon gzip tree wget curl mlocate nano vim unzip net-tools git python3 python3-pip make wireguard-tools usbutils yum
sudo dnf install -y xclip
sudo dnf install -y gcc gcc-c++