diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d0c23b92..bb0ec778 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,9 +4,7 @@
-
-
-
+
@@ -46,6 +44,7 @@
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"WebServerToolWindowFactoryState": "false",
+ "git-widget-placeholder": "pwnagotchi-torch",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
@@ -73,6 +72,7 @@
+
@@ -82,7 +82,15 @@
1693209921918
-
+
+
+ 1693335763749
+
+
+
+ 1693335763749
+
+
@@ -101,6 +109,7 @@
-
+
+
\ No newline at end of file
diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml
index 09aa38d5..a54682bb 100644
--- a/builder/pwnagotchi.yml
+++ b/builder/pwnagotchi.yml
@@ -177,42 +177,12 @@
name: "{{ packages.apt.install }}"
state: present
- - name: clone papirus repository
- git:
- repo: https://github.com/repaper/gratis.git
- dest: /usr/local/src/gratis
- register: gratisgit
-
- - name: build papirus service
- make:
- chdir: /usr/local/src/gratis
- target: rpi
- params:
- EPD_IO: epd_io_free_uart.h
- PANEL_VERSION: 'V231_G2'
- when: gratisgit.changed
-
- - name: install papirus service
- make:
- chdir: /usr/local/src/gratis
- target: rpi-install
- params:
- EPD_IO: epd_io_free_uart.h
- PANEL_VERSION: 'V231_G2'
- when: gratisgit.changed
-
- name: Creates custom plugin directory
file:
path: /usr/local/share/pwnagotchi/custom-plugins/
state: directory
when: gratisgit.changed
- - name: configure papirus display size
- lineinfile:
- dest: /etc/default/epd-fuse
- regexp: "#EPD_SIZE=2.0"
- line: "EPD_SIZE=2.0"
-
- name: collect python pip package list
command: "pip3 list"
register: pip_output