I hereby claim:
- I am rickardo987 on github.
- I am rickardo (https://keybase.io/rickardo) on keybase.
- I have a public key ASBWGjJXmounOhjoPJtWDwoKvqHcXIczBNgoIGdnVGMn5go
To claim this, I am signing this object:
#!/bin/bash | |
mkdir -p /root/.scripts | |
cat <<'EOF' > /root/.scripts/sys-update.sh | |
#!/bin/bash | |
# ░█▄█░█░░▒█▀▄▒██▀░█▀▄░░░▀█▀▒██▀▒▄▀▄░█▄▒▄█ | |
# ▒█▒█░█▒░░█▀▄░█▄▄▒█▄▀▒░░▒█▒░█▄▄░█▀█░█▒▀▒█ | |
# |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# Check root | |
if [ "$EUID" -ne 0 ] | |
then echo "Gemme root!" | |
exit | |
fi | |
# Add unprivileged user | |
while true |