Remove duplicate MOTD, source bashrc after install
- System MOTD already shows banner, bashrc one was redundant - Source bashrc immediately after copying for instant effect 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -212,18 +212,3 @@ fi
|
||||
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
# ============================================================================
|
||||
# Welcome Message (first login only)
|
||||
# ============================================================================
|
||||
|
||||
if [ -z "$STEGASOO_WELCOMED" ]; then
|
||||
export STEGASOO_WELCOMED=1
|
||||
echo ""
|
||||
echo -e "\e[38;5;82m ___ _____ ___ ___ _ ___ ___ ___\e[0m"
|
||||
echo -e "\e[38;5;82m / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\\e[0m"
|
||||
echo -e "\e[38;5;82m \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |\e[0m"
|
||||
echo -e "\e[38;5;82m |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/\e[0m"
|
||||
echo ""
|
||||
echo -e "\e[38;5;245mType 'sysinfo' for system status, 'steglog' for logs\e[0m"
|
||||
echo ""
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user