mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -414,10 +414,9 @@
|
|||||||
path: /usr/local/share/pwnagotchi/
|
path: /usr/local/share/pwnagotchi/
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
# Install go-1.20.6
|
|
||||||
- name: Install go-1.21
|
- name: Install go-1.21
|
||||||
unarchive:
|
unarchive:
|
||||||
src: https://go.dev/dl/go1.21.1.linux-arm64.tar.gz
|
src: https://go.dev/dl/go1.21.3.linux-arm64.tar.gz
|
||||||
dest: /usr/local
|
dest: /usr/local
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
register: golang
|
register: golang
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
gymnasium
|
gym
|
||||||
shimmy
|
shimmy
|
||||||
pycryptodome
|
pycryptodome
|
||||||
requests
|
requests
|
||||||
@ -18,7 +18,8 @@ dbus-python
|
|||||||
toml
|
toml
|
||||||
python-dateutil
|
python-dateutil
|
||||||
websockets
|
websockets
|
||||||
tensorflow
|
torch==2.0.1
|
||||||
|
torchvision==0.15.2
|
||||||
stable_baselines3
|
stable_baselines3
|
||||||
RPi.GPIO
|
RPi.GPIO
|
||||||
pydrive2
|
pydrive2
|
Reference in New Issue
Block a user