Updates
This commit is contained in:
parent
2b44d0d20d
commit
60515b8486
@ -3,8 +3,9 @@
|
|||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
|
|
||||||
echo -e "${GREEN}"
|
echo -e "${GREEN}"
|
||||||
figlet "Done"
|
figlet "Reboot"
|
||||||
echo -e "${NONE}"
|
echo -e "${NONE}"
|
||||||
|
echo "A reboot of your system is recommended."
|
||||||
if gum confirm "Do you want to reboot your system now?" ;then
|
if gum confirm "Do you want to reboot your system now?" ;then
|
||||||
echo ":: Rebooting now ..."
|
echo ":: Rebooting now ..."
|
||||||
sleep 3
|
sleep 3
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Remove Rofi Calc
|
||||||
|
if [[ $(_isInstalledPacman "rofi-calc") == 0 ]]; then
|
||||||
|
sudo pacman --noconfirm -Rns rofi-calc
|
||||||
|
echo ":: rofi-calc removed"
|
||||||
|
echo
|
||||||
|
fi
|
||||||
|
|
||||||
# Remove Rofi
|
# Remove Rofi
|
||||||
if [[ $(_isInstalledPacman "rofi") == 0 ]]; then
|
if [[ $(_isInstalledPacman "rofi") == 0 ]]; then
|
||||||
sudo pacman --noconfirm -Rns rofi
|
sudo pacman --noconfirm -Rns rofi
|
||||||
|
Loading…
Reference in New Issue
Block a user