Skip to content

Commit

Permalink
Create rocket_setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DonComProject authored May 20, 2024
1 parent ba4e0a8 commit 6649d4e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/programs/rocket/rocket_setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

# Instalar Python 3
sudo apt install python3 -y

# Establecer un alias para ejecutar el script main.py
echo 'alias rocket="python3 $(pwd)/main.py"' >> ~/.bashrc

# Actualizar el archivo .bashrc
source ~/.bashrc

0 comments on commit 6649d4e

Please sign in to comment.