Skip to content

Commit

Permalink
adds OS_NAME to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Nov 16, 2023
1 parent 8992f0b commit dfef2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Expand Up @@ -10,7 +10,7 @@ pip install .

# Check the operating system
OS_NAME=$(uname -s)

echo "installing scan2wiki on $OS_NAME"
case "$OS_NAME" in
Darwin)
# macOS
Expand Down

0 comments on commit dfef2ec

Please sign in to comment.