mirror of https://github.com/hp3icc/D-APRS.git
Update install.sh
This commit is contained in:
parent
31a7b4f103
commit
c1799ba65c
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
apt update
|
||||
# Actualizar la lista de paquetes una vez al principio
|
||||
apt-get update && apt-get upgrade -y
|
||||
sudo apt-get install git -y
|
||||
sudo apt-get install python3-pip -y
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue