We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423e1af commit 9f97945Copy full SHA for 9f97945
Github/Runners/debloat_ubuntu.sh
@@ -4,6 +4,7 @@
4
# Can free up to 40GB+ of space and create unified build volumes using LVM
5
#
6
# Usage:
7
+# bash <(curl -qfsSL 'https://github.com/pkgforge/devscripts/raw/refs/heads/main/Github/Runners/debloat_ubuntu.sh')
8
# ./debloat.sh # Auto-detect runner environment
9
# ./debloat.sh --force # Force run regardless of environment
10
# ./debloat.sh --mount /build # Create optimized build mount at /build
@@ -765,4 +766,4 @@ main() {
765
766
}
767
768
# Execute main function with all arguments
-main "$@"
769
+main "$@"
0 commit comments