feat(install): Update install script to manually install Rust

- README updated
This commit is contained in:
Pratik Tripathy
2024-09-16 21:44:31 +05:30
parent 82d2bbed0a
commit 8d929783a2
6 changed files with 32 additions and 22 deletions

View File

@@ -35,9 +35,6 @@ dnf_setup() {
}
apt_setup() {
# TODO: Enable non-free software in /etc/apt/sources.list
# Add "back-ports" in /etc/apt/sources.list
# Check how it affects Ubuntu
sudo apt-get update && sudo apt-get upgrade -y
}