We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbed091 + a31cf30 commit 7353c38Copy full SHA for 7353c38
1 file changed
linux/system/clean-disk.sh
@@ -76,6 +76,8 @@ clean_language_package_managers() {
76
clean_disk() {
77
print_info "Cleaning disk space..."
78
79
+ check_sudo_access || return 1
80
+
81
# Clean user cache
82
print_info "Removing user cache..."
83
if [[ "$DRY_RUN" != "true" ]]; then
0 commit comments