This commit is contained in:
th33xitus
2020-07-23 11:04:23 +02:00
parent a2042ec378
commit 80344ec41c
3 changed files with 8 additions and 14 deletions

View File

@@ -128,15 +128,6 @@ print_error(){
fi
}
#pkg_check(){
# #WIP
# if [[ $(dpkg-query -f'${Status}' --show $PKG 2>/dev/null) = *\ installed ]]; then
# echo "WIP"
# else
# sudo apt-get -y install $PKG 2>/dev/null
# fi
#}
build_fw(){
if [ -d $KLIPPER_DIR ]; then
cd $KLIPPER_DIR && make menuconfig