Skip to content

Instantly share code, notes, and snippets.

View AndrDm's full-sized avatar
🏠
Working from home

Andrey Dmitriev AndrDm

🏠
Working from home
  • private
  • Ahrensburg, Germany
View GitHub Profile
@AndrDm
AndrDm / install_helpers.sh
Created July 30, 2022 08:04
LabVIEW 2022 Install Helper modified for Pop!_OS
#!/bin/bash
# Utility Functions
# Error codes
# 1 General Error
# 2 Incompatible Architecture
# 3 Elevation required
# 4 Util Missing
# Codes > 100 are warnings
# 100 pkg already installed
@AndrDm
AndrDm / INSTALL
Created July 30, 2022 08:03
LabVIEW 2022 install script modified for Pop!_OS
#!/bin/bash
if [ ! "$BASH_VERSION" ]; then
echo "Please do not use sh to run this script ${0}, just execute it directly" 1>&2
exit 1
fi
#
# LabVIEW 2022 installation script.
# Copyright (c) 2022 National Instruments Corporation
# Pop!_OS added by Andrey