🔨 Minor change to manager layout output

This commit is contained in:
Geoff Murphy 2025-05-13 15:35:54 +10:00
parent 652317aabd
commit a8f817e678

View file

@ -194,6 +194,7 @@ _fake_flush () { #--------[ Flush System Cache ]
_fake_upgrade () {
echo ""
echo "[FAKE//OS] Upgrading to latest Git version..."
echo ""
curl https://fake.onl/fake-os.sh | $FAKE_SUDO sh
echo "[FAKE//OS] Upgraded: $(date)" >> $FAKE_LOG
}