Skip to content

Commit

Permalink
Update Notes: 2023-09-16
Browse files Browse the repository at this point in the history
Fixed:
* French language file (#163)
* Permissions bug during update (#157)

Updated:
* Python 3.11 updates and fixes from marksmayo/speedtest-cli
* Documentation

Changed:
* The functions "set_permissions" and "set_sudoers" have been changed.

set_permissions:
There are now 3 optional switches
--lxc: sets the username to "root
--custom: an individual user name can be entered (only for experienced users)
--homedir: the username is determined from the parent home directory
If none of the switches is specified, only the group permissions will be adjusted.

set_sudoers:
There are now 2 optional switches
--lxc: sets the username to "root
--custom: an individual username can be entered (only for experienced users)
If none of the switches is specified, the username will be determined from the parent home directory

Removed:
* iab is no longer needed and was depreciated in arp-scan 1.10 (#161)
  • Loading branch information
leiweibau committed Sep 16, 2023
1 parent 6af22a7 commit 7f9d3aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/version.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = ''
VERSION_YEAR = '2023'
VERSION_DATE = '2023-09-12'
VERSION_DATE = '2023-09-16'
Binary file modified tar/pialert_latest.tar
Binary file not shown.

0 comments on commit 7f9d3aa

Please sign in to comment.