File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 88set -o pipefail
99
1010if [[ -f /etc/debian_version ]]; then
11- APT=' apt-get -qq -y'
11+ APT=' apt-get -qq -y'
1212
1313 # Update cache
1414 # dpkg --add-architecture i386 &&
Original file line number Diff line number Diff line change @@ -46,29 +46,34 @@ case $OS in
4646 TARGET_LIST+=,$TARGET_USER
4747 DISPLAY=sdl
4848 PRODUCTS=(bin libexec share)
49- ;;
49+ ;;
50+
5051 ' FreeBSD' )
5152 PLATFORM=freebsd
52- ;;
53+ ;;
54+
5355 ' WindowsNT' )
5456 PLATFORM=win
55- ;;
57+ ;;
58+
5659 ' Darwin' )
5760 PLATFORM=darwin
5861 AUDIO=coreaudio
5962 DISPLAY=cocoa
6063 PRODUCTS=(bin share)
61- ;;
64+ ;;
65+
6266 ' SunOS' )
6367 PLATFORM=solaris
64- ;;
68+ ;;
69+
6570 ' AIX' )
6671 PLATFORM=linux
6772 AUDIO=alsa
6873 TARGET_LIST+=,$TARGET_USER
6974 DISPLAY=sdl
7075 PRODUCTS=(bin libexec share)
71- ;;
76+ ;;
7277
7378 * )
7479 echo Unknown OS " $OS "
You can’t perform that action at this time.
0 commit comments