#!/bin/bash SPACE_MINIMUM_REQUIRED='5' if [[ -z "${1}" ]]; then # Default install location OPTION='netscratch' else OPTION="${1}" fi ...
確定! 回上一頁