wip
This commit is contained in:
parent
5bf95f6e83
commit
c39279553c
1 changed files with 7 additions and 7 deletions
14
hyprlock.sh
14
hyprlock.sh
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue