File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 48
48
fix.sh
49
49
install_stats.sh
50
50
install_complete.sh
51
-
52
51
fi
53
52
core_exit.sh
Original file line number Diff line number Diff line change 2
2
# LinuxGSM fix_rust.sh module
3
3
# Author: Alasdair Haig
4
4
# Website: https://linuxgsm.com
5
- # Description: Resolves issues with Valheim,
5
+ # Description: Resolves issues with Valheim.
6
6
7
7
moduleselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
8
8
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ for distro_info in "${distro_info_array[@]}"; do
73
73
fi
74
74
done
75
75
76
- # Get virtual environment
76
+ # Get virtual environment type.
77
77
if [ " $( command -v systemd-detect-virt 2> /dev/null) " ]; then
78
78
virtualenvironment=" $( systemd-detect-virt) "
79
79
fi
You can’t perform that action at this time.
0 commit comments