Revert "port BC named cts"

This reverts commit 060dad5633.
This commit is contained in:
Sam Heinz
2025-01-08 00:13:56 +10:00
parent 3f899fd0fe
commit 6785d3ff67
12 changed files with 25 additions and 13 deletions
-2
View File
@@ -38,7 +38,6 @@ $STD apt-get install -y \
git \
openssh-server \
wget
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Installed Dependencies"
msg_info "Installing yq"
@@ -70,7 +69,6 @@ $STD ./configure --enable-optimizations
$STD make altinstall
cd ~
$STD update-alternatives --install /usr/bin/python3 python3 /usr/local/bin/python3.12 1
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Setup Python 3"
msg_info "Setting up Node.js Repository"