This commit is contained in:
pika 2025-05-16 10:36:27 +02:00
parent 5bf95f6e83
commit c39279553c

View file

@ -33,18 +33,18 @@ getImports() {
sleep 0.2 sleep 0.2
rm "$import" rm "$import"
unset PACKAGE
PACKAGE=hyprlock &&
echo_note "Installing $PACKAGE.."
sleep 1
if command_exists $PACKAGE; then if command_exists $PACKAGE; then
echo_warning "$PACKAGE is alread installed!" echo_warning "$PACKAGE is alread installed!"
echo_warning "Exiting now!" echo_warning "Exiting now!"
exit 69 exit 69
fi fi
unset PACKAGE
sleep 1
PACKAGE=hyprlock &&
echo_note "Installing $PACKAGE.."
} }
checkComp() { checkComp() {