Skip to content

Commit

Permalink
Create essentials.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LoBrol committed Jul 28, 2023
1 parent 9bbb4cb commit 7eaba73
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions essentials.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh



sudo apt update


sudo apt install -y build-essential
sudo apt install -y software-properties-common
sudo apt install -y openssl
sudo apt install -y libreadline-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libncurses5-dev libnss3-dev libffi-dev zlib1g-dev libntirpc-dev
sudo apt install -y gcc
sudo apt install -y wget
sudo apt install -y curl
sudo apt install -y git
sudo apt install -y make
sudo apt install -y unzip

0 comments on commit 7eaba73

Please sign in to comment.