mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
docs: update
This commit is contained in:
2
pfetch
2
pfetch
@@ -156,7 +156,7 @@ get_os() {
|
|||||||
|
|
||||||
else
|
else
|
||||||
# This used to be a simple '. /etc/os-release' but I believe
|
# This used to be a simple '. /etc/os-release' but I believe
|
||||||
# this is insecure as we blindly execute whatever is in the
|
# this is insecure as we blindly executed whatever was in the
|
||||||
# file. This parser instead simply handles 'key=val', treating
|
# file. This parser instead simply handles 'key=val', treating
|
||||||
# the file contents as plain-text.
|
# the file contents as plain-text.
|
||||||
while IFS='=' read -r key val; do
|
while IFS='=' read -r key val; do
|
||||||
|
|||||||
Reference in New Issue
Block a user