TimothyDJones / linux-tips

Collection of tips on Linux (mostly Debian/Ubuntu) helpful to me
MIT License
13 stars 4 forks source link

Refactor sections of 'ubuntu_setup.sh' for installing DBeaver and Stacer to use common kernel type. #1

Closed TimothyDJones closed 7 years ago

TimothyDJones commented 7 years ago

The installation sections for DBeaver and Stracer should have the logic for determining kernel type (i386 or x86_64) broken out into it's own logic which creates a variable named KERNEL_TYPE that is then used to determine which DEB file to download.

TimothyDJones commented 7 years ago

Resolved.