Skip to content

Commit

Permalink
Update and rename pre-installations to pre-installations.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
toxic-for-code authored Oct 7, 2024
1 parent 9b8c4bf commit 5953934
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pre-installations

This file was deleted.

13 changes: 13 additions & 0 deletions pre-installations.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

# Update and upgrade the system
sudo apt update && sudo apt upgrade -y

# Install Python
sudo apt install -y python3 python3-pip

# Install additional packages
sudo apt-get install -y git
sudo apt install -y python3-pip

echo "All tasks completed successfully!"

0 comments on commit 5953934

Please sign in to comment.