Skip to content

Commit

Permalink
disable haskell, boost, android
Browse files Browse the repository at this point in the history
  • Loading branch information
Unit Test committed Feb 18, 2020
1 parent 742b799 commit 83c0554
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion images/linux/scripts/installers/1804/android.sh
Expand Up @@ -3,7 +3,8 @@
## File: android.sh
## Desc: Installs Android SDK
################################################################################

echo "Android is DISABLED!"
exit
# Source the helpers for use with the script
source $HELPER_SCRIPTS/document.sh
source $HELPER_SCRIPTS/apt.sh
Expand Down
3 changes: 2 additions & 1 deletion images/linux/scripts/installers/boost.sh
Expand Up @@ -3,7 +3,8 @@
## File: boost.sh
## Desc: Installs Boost C++ Libraries
################################################################################

echo "Boost is DISABLED!"
exit
# Source the helpers for use with the script
source $HELPER_SCRIPTS/document.sh

Expand Down
3 changes: 2 additions & 1 deletion images/linux/scripts/installers/haskell.sh
Expand Up @@ -3,7 +3,8 @@
## File: haskell.sh
## Desc: Installs Haskell
################################################################################

echo "Haskell is DISABLED!"
exit
# Source the helpers for use with the script
source $HELPER_SCRIPTS/document.sh
source $HELPER_SCRIPTS/apt.sh
Expand Down

0 comments on commit 83c0554

Please sign in to comment.