Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

is there a steam repository for kali linux

# Don’t allow running as root

if [ "$(id -u)" == "0" ]; then
show_message –error $”Cannot run as root user”
exit 1
fi
Source by forums.kali.org #
 
PREVIOUS NEXT
Tagged: #steam #repository #kali #linux
ADD COMMENT
Topic
Name
7+6 =