Move all links to new env.sh

This commit is contained in:
2024-06-09 18:45:45 -05:00
parent ff33be3b5f
commit 024a735a39
5 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Install Utility for AMD GPUs if needed
read -p "Would you like to install LACT, an AMD GPU Utility? (y/N) " amd_gpu
if [ "$amd_gpu" == "y" ]; then
sudo dnf install -y https://github.com/ilya-zlobintsev/LACT/releases/download/v0.5.4/lact-0.5.4-0.x86_64.fedora-40.rpm
sudo dnf install -y $LACT_LINK
sudo systemctl enable --now lactd
fi
read -p "Would you like to install the proprietary NVIDIA Drivers? (y/N) " nvidia_gpu