Skip to content

Commit

Permalink
fixed last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed Aug 6, 2020
1 parent c974aec commit 9637388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-virtualbox-6.1.sh
@@ -1,6 +1,6 @@
#!/bin/bash

CODENAME=$(lsb_release -c | awk 'print $2')
CODENAME=$(lsb_release -c | awk '{print $2}')
if [ -z "$CODENAME" ]; then
echo "ERROR: unable to get Debian or Ubuntu codename"
exit 1
Expand Down

0 comments on commit 9637388

Please sign in to comment.