mirror of
https://github.com/tw93/Mole.git
synced 2026-02-16 18:10:17 +00:00
🐛 udpate
This commit is contained in:
4
mole
4
mole
@@ -26,7 +26,7 @@ VERSION="1.0.0"
|
|||||||
|
|
||||||
show_help() {
|
show_help() {
|
||||||
cat << EOF
|
cat << EOF
|
||||||
Mole v$VERSION - System Cleanup Tool
|
Mole v$VERSION - Dig deep to clean your mac.
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
@@ -47,7 +47,7 @@ show_main_menu() {
|
|||||||
local redraw_full="${2:-true}"
|
local redraw_full="${2:-true}"
|
||||||
|
|
||||||
if [[ "$redraw_full" == "true" ]]; then
|
if [[ "$redraw_full" == "true" ]]; then
|
||||||
show_header "🕳️ Mole v$VERSION" "System Cleanup Tool"
|
show_header "🕳️ Mole v$VERSION" "Dig deep to clean your mac."
|
||||||
echo "🍎 Detected: $(detect_architecture) | 💾 Free space: $(get_free_space)"
|
echo "🍎 Detected: $(detect_architecture) | 💾 Free space: $(get_free_space)"
|
||||||
echo ""
|
echo ""
|
||||||
echo "What would you like to do?"
|
echo "What would you like to do?"
|
||||||
|
|||||||
Reference in New Issue
Block a user