From 7d3325bce2af9735ad3f69c3717af919a54b0732 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Tue, 1 Sep 2015 03:26:21 +0200 Subject: [PATCH] Add clear cmd before start command --- updates/menu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updates/menu b/updates/menu index e7788ae..3d12b12 100644 --- a/updates/menu +++ b/updates/menu @@ -69,6 +69,7 @@ case $sel in 'Edit mirrorlist') nano /etc/pacman.d/mirrorlist;; 'Install yaourt') if(confirm "Yaourt allow you to access the AUR applications.\nBecause is not possible to compile applications as root,\nthis installer create an aurbuilder user.\n\nInstall yaourt ?") then + clear checkaurdependencies checkarchlinuxfrrepo pacman -S --needed yaourt @@ -76,6 +77,7 @@ case $sel in ;; 'Install packer') if(confirm "Packer allow you to access the AUR applications.\nBecause is not possible to compile applications as root,\nthis installer create an aurbuilder user.\n\nInstall packer ?") then + clear checkaurdependencies checkarchlinuxfrrepo pacman -S --needed packer