Skip to content
Snippets Groups Projects
Commit c3969048 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

fix setup commented code

parent d2dc6a1f
No related branches found
No related tags found
No related merge requests found
......@@ -44,12 +44,12 @@ ORDERED_GIT_MERGETOOLS=(
SWAP_DEFAULT_UNIT="G"
main() {
# read -e -p "DConf config (empty to skip): " dconf_config_path
# read -e -p "Visual Studio Code User Settings (empty to skip): " vscode_config_path
# read -e -p "Visual Studio Code Extensions File (empty to skip): " vscode_extensions_path
read -e -p "DConf config (empty to skip): " dconf_config_path
read -e -p "Visual Studio Code User Settings (empty to skip): " vscode_config_path
read -e -p "Visual Studio Code Extensions File (empty to skip): " vscode_extensions_path
read -e -p "Git Config (empty to skip): " git_config_path
# read -e -p "Comma separated swap sizes in Gigabytes (empty to skip): " swap_sizes
# swap_sizes="${swap_sizes//','/"$SWAP_DEFAULT_UNIT "}"
read -e -p "Comma separated swap sizes in Gigabytes (empty to skip): " swap_sizes
swap_sizes="${swap_sizes//','/"$SWAP_DEFAULT_UNIT "}"
if [[ -n "$swap_sizes" ]]; then
swap_sizes+="$SWAP_DEFAULT_UNIT"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment