We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b69c6a commit 6f70d7bCopy full SHA for 6f70d7b
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