We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7680df5 + 6f70d7b commit 1e186a8Copy full SHA for 1e186a8
installers/debian.sh
@@ -8,7 +8,7 @@ function update_system_packages() {
8
install_log "Updating sources"
9
if [ -f /etc/os-release ]; then
10
. /etc/os-release
11
- if [ $NAME == 'Ubuntu' ]; then
+ if [ "$NAME" == 'Ubuntu' ]; then
12
sudo add-apt-repository universe || install_error "Couldn't enable universe repository"
13
fi
14
0 commit comments