mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fix: fixed released script
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# nothing to see here, just a utility i use to create new releases ^_^
|
# nothing to see here, just a utility i use to create new releases ^_^
|
||||||
|
|
||||||
VERSION_FILE=$(dirname "${BASH_SOURCE[0]}")/../sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/__init__.py
|
VERSION_FILE=$(dirname "${BASH_SOURCE[0]}")/../pwnagotchi/__init__.py
|
||||||
echo "version file is $VERSION_FILE"
|
echo "version file is $VERSION_FILE"
|
||||||
CURRENT_VERSION=$(cat $VERSION_FILE | grep version | cut -d"'" -f2)
|
CURRENT_VERSION=$(cat $VERSION_FILE | grep version | cut -d"'" -f2)
|
||||||
TO_UPDATE=(
|
TO_UPDATE=(
|
||||||
|
Reference in New Issue
Block a user