gh0stshell
83705c27f5
Updated depends, bmaptool check update
...
Removed bmap-tools from depends as the check on line 96 looks for bmaptools and would use it if available if not continue to build, but have it as a depend check made the check null and if someone is on a kernel/file-system that does not support SEEK_HOLE and SEEK_DATA the script just fails.
Fixed bmap-tools check as the line which bmaptool >/dev/null 2>&1 does not return 0 so it kept ending at this line, if bmap-tools were not installed
The original code below looks for sparse to be 0 and if which bmaptool >/dev/null 2>&1 returns 0 to use bmap-tools, but I think its the reverse so swapped the last then and else sections as it would then look if sparse is 0 and which bmaptool >/dev/null 2>&1 is 0 to not use bmap-tools, but if it is 1 to use bmap-tools. If tool is available = 1 use bmap-tools, if tools is unavailable=0 do not use bmap-tools:
if [ "${OPT_SPARSE}" -eq 0 ];
then
which bmaptool >/dev/null 2>&1
if [ $? -eq 0 ];
then
echo "[+] Defaulting to sparse image generation as bmaptool is available"
OPT_SPARSE=1
2019-10-03 16:19:47 -07:00
Simone Margaritelli
683d260c74
misc: small fix or general refactoring i did not bother commenting
2019-10-04 00:50:33 +02:00
Simone Margaritelli
dae50bc65d
misc: small fix or general refactoring i did not bother commenting
2019-10-04 00:48:15 +02:00
Simone Margaritelli
26fb21a7c7
misc: small fix or general refactoring i did not bother commenting
2019-10-04 00:42:12 +02:00
Simone Margaritelli
b5f02f6172
misc: small fix or general refactoring i did not bother commenting
2019-10-04 00:36:25 +02:00
Simone Margaritelli
074f30f06f
refactor
2019-10-04 00:33:44 +02:00
Simone Margaritelli
affb8c27c3
refactor
2019-10-04 00:33:06 +02:00
Simone Margaritelli
641334c254
merge
2019-10-04 00:29:03 +02:00
Simone Margaritelli
aeebf66fa7
added project subreddit
2019-10-04 00:28:49 +02:00
evilsocket
45d54c0ac5
Merge pull request #123 from evilsocket/add-code-of-conduct-1
...
Create CODE_OF_CONDUCT.md
2019-10-04 00:27:16 +02:00
evilsocket
499f137720
Create CODE_OF_CONDUCT.md
2019-10-04 00:27:05 +02:00
Simone Margaritelli
ba15d1940a
refactor
2019-10-04 00:26:00 +02:00
Simone Margaritelli
1ebec7691f
merge
2019-10-04 00:11:44 +02:00
Simone Margaritelli
cc19fb5b6e
refactor
2019-10-04 00:11:31 +02:00
evilsocket
8242563d6f
Merge pull request #121 from justin-p/win_connection_share.ps1
...
Win connection share.ps1
2019-10-04 00:03:01 +02:00
Simone Margaritelli
3c241b2cbf
added hexwaxwing to derek users
2019-10-04 00:00:47 +02:00
Justin-p
bdda2072cf
pull and merge conflict
2019-10-03 23:54:18 +02:00
Simone Margaritelli
3a3c5911cb
fix
2019-10-03 23:49:58 +02:00
Justin-p
177804328c
updated configure.md and added small note on Create-HNetObjects function
2019-10-03 23:48:36 +02:00
Simone Margaritelli
5fc0d69fda
fix
2019-10-03 23:46:54 +02:00
evilsocket
d07ca61d83
Merge pull request #117 from dipsylala/master
...
Friend status is positioned based on %age of screen height
2019-10-03 23:45:18 +02:00
Justin-p
061a5771ae
Added powershell script to automate internet connection sharing on windows
2019-10-03 23:44:21 +02:00
evilsocket
702074e565
Merge pull request #118 from sp3nx0r/master
...
Markdown cleanup, grammer cleanup, and adding content to configure.md
2019-10-03 23:42:56 +02:00
evilsocket
5b93d1aa24
Merge branch 'master' into master
2019-10-03 23:42:49 +02:00
evilsocket
1fd0e837d7
Merge pull request #120 from hexwaxwing/master
...
minor copyediting for typos
2019-10-03 23:41:27 +02:00
waxwing
703f334f6e
minor copyediting for typos
2019-10-03 17:38:49 -04:00
sp3nx0r
d58e416ede
markdown style formatting, adding content to configure
2019-10-03 16:35:06 -05:00
dipsylala
2749079d25
Friend status is positioned based on %age of screen height
...
It takes it's queue from the bottom line and places text above it.
Tested on WaveShare v2 and Inkyphat.
2019-10-03 22:28:19 +01:00
Simone Margaritelli
bf6d6cdca6
merge
2019-10-03 23:25:04 +02:00
Simone Margaritelli
bbe5540c43
plugins are now enabled by config.yml or custom.yml ( closes #114 )
2019-10-03 23:24:48 +02:00
evilsocket
bffb8146a0
Merge pull request #113 from dadav/feature/wpa-sec-plugin
...
Add wpa-sec-upload plugin
2019-10-03 23:09:05 +02:00
dadav
de2a13c1e1
Add wpa-sec-upload plugin
2019-10-03 23:07:20 +02:00
evilsocket
1d376e0914
Merge pull request #116 from JRWR/patch-1
...
Update File to randomize gender in build scripts
2019-10-03 23:06:01 +02:00
Forrest Fuqua
92a63c3863
Update File to randomize gender in build scripts
2019-10-03 17:05:07 -04:00
sp3nx0r
8118aa65b2
Merge remote-tracking branch 'upstream/master'
2019-10-03 16:00:39 -05:00
Simone Margaritelli
56b1d21bb0
refactored main.py
2019-10-03 22:59:57 +02:00
Simone Margaritelli
780664b1c0
fix
2019-10-03 22:37:55 +02:00
Simone Margaritelli
6f0ec08c47
documented the reward function ( closes #50 )
2019-10-03 22:31:27 +02:00
Simone Margaritelli
04b8b91df2
merge
2019-10-03 21:47:49 +02:00
Simone Margaritelli
2bba3eafc4
working on #101
2019-10-03 21:47:34 +02:00
evilsocket
676effccc2
Merge pull request #111 from dadav/feature/twitter-plugin
...
Outsource twitter-code to plugin
2019-10-03 21:38:35 +02:00
dadav
62350a37ea
Set manual ui view
2019-10-03 21:18:32 +02:00
dadav
76bccec572
Outsource twitter-code to plugin
2019-10-03 21:09:34 +02:00
Simone Margaritelli
26fe8ca059
new on_internet_available event
2019-10-03 20:18:50 +02:00
evilsocket
ba3a7bb65e
Merge pull request #106 from xenDE/master
...
removed swap from shown memory
2019-10-03 20:10:00 +02:00
xenDE
ca6b71db19
disable plaugin as default
...
"__enabled__ = False" as default
2019-10-03 20:00:46 +02:00
xenDE
fb1d3e9199
show only real mem useage without swap
...
removed swap size from showed memory
2019-10-03 19:59:35 +02:00
evilsocket
1b8fa5a7b3
Merge pull request #103 from caquino/caquino/builder-fix
...
fix broken memusage script
2019-10-03 19:12:26 +02:00
evilsocket
10ddaf38f0
Merge pull request #104 from xenDE/master
...
add default plugin for showing memory infos and cpu temperature
2019-10-03 19:12:11 +02:00
xenDE
9b5a12bd0c
default: disable the plugin
2019-10-03 18:52:38 +02:00