mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-12 18:14:28 +05:00
Fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user