Skip to content

Commit 028ab63

Browse files
authored
Update INSTALL
Removed debugging exit
1 parent 6fa34eb commit 028ab63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

INSTALL

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
#@(#)INSTALL 2022-09-11 A.J.Travis
2+
#@(#)INSTALL 2024-07-12 A.J.Travis
33

44
#
55
# Install "hyb" under Ubuntu 20.04 LTS
@@ -16,7 +16,6 @@ for pkg in ${pkgs[@]}; do
1616
echo sudo apt install -y $pkg
1717
fi
1818
done
19-
exit 1
2019

2120
# GitHub repository
2221
export GITHUB=https://github.com/gkudla/hyb

0 commit comments

Comments
 (0)