Skip to content

Commit a4a85cf

Browse files
committed
minor rewording
1 parent 272b500 commit a4a85cf

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

lgsm/modules/command_install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,5 @@ else
4848
fix.sh
4949
install_stats.sh
5050
install_complete.sh
51-
5251
fi
5352
core_exit.sh

lgsm/modules/fix_vh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# LinuxGSM fix_rust.sh module
33
# Author: Alasdair Haig
44
# Website: https://linuxgsm.com
5-
# Description: Resolves issues with Valheim,
5+
# Description: Resolves issues with Valheim.
66

77
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
88

lgsm/modules/info_distro.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ for distro_info in "${distro_info_array[@]}"; do
7373
fi
7474
done
7575

76-
# Get virtual environment
76+
# Get virtual environment type.
7777
if [ "$(command -v systemd-detect-virt 2> /dev/null)" ]; then
7878
virtualenvironment="$(systemd-detect-virt)"
7979
fi

0 commit comments

Comments
 (0)