Skip to content

Commit 9f97945

Browse files
authored
better
1 parent 423e1af commit 9f97945

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Github/Runners/debloat_ubuntu.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Can free up to 40GB+ of space and create unified build volumes using LVM
55
#
66
# Usage:
7+
# bash <(curl -qfsSL 'https://github.com/pkgforge/devscripts/raw/refs/heads/main/Github/Runners/debloat_ubuntu.sh')
78
# ./debloat.sh # Auto-detect runner environment
89
# ./debloat.sh --force # Force run regardless of environment
910
# ./debloat.sh --mount /build # Create optimized build mount at /build
@@ -765,4 +766,4 @@ main() {
765766
}
766767

767768
# Execute main function with all arguments
768-
main "$@"
769+
main "$@"

0 commit comments

Comments
 (0)