This commit is contained in:
Daniel Hansson 2020-10-17 21:48:22 +02:00 коммит произвёл GitHub
Родитель 815c00cbeb
Коммит df708f5d92
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,7 @@ You can check out their Gihub repo here: https://github.com/aristocratos/bpytop/
# Ask for aliases
if [ -f /root/.bash_aliases ]
then
if yesno_box_yes "You you want to add an alias for bpytop to replace both htop and top?"
if yesno_box_yes "Would you like to add an alias for bpytop to replace both htop and top?"
then
echo "alias top='bpytop'" >> /root/.bash_aliases
echo "alias htop='bpytop'" >> /root/.bash_aliases