Bugfixes
This commit is contained in:
parent
4d9b42ce48
commit
6dd7ea437f
@ -2,5 +2,5 @@
|
||||
|
||||
install_neofetch() {
|
||||
sudo apt-get install neofetch -y
|
||||
sudo echo "neofetch" >> /home/*/.bashrc
|
||||
sudo echo "neofetch" >>/home/*/.bashrc
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/scripts/update.sh
|
||||
source $PWD/common/scripts/install.sh
|
||||
source $PWD/common/scripts/first_install.sh
|
||||
|
||||
source $PWD/common/apps/snap/simplenote.sh
|
||||
|
||||
@ -11,7 +11,7 @@ source $PWD/common/apps/flameshot.sh
|
||||
source $PWD/common/apps/git.sh
|
||||
source $PWD/common/apps/gnome_tweaks.sh
|
||||
source $PWD/common/apps/lsd.sh
|
||||
source $PWD/common/apps/ndcu.sh
|
||||
source $PWD/common/apps/ncdu.sh
|
||||
source $PWD/common/apps/neofetch.sh
|
||||
source $PWD/common/apps/stacer.sh
|
||||
source $PWD/common/apps/timeshift.sh
|
||||
@ -29,7 +29,7 @@ install_flameshot
|
||||
install_git
|
||||
install_gnome_tweaks
|
||||
install_lsd
|
||||
install_ndcu
|
||||
install_ncdu
|
||||
install_neofetch
|
||||
install_stacer
|
||||
install_timeshift
|
||||
|
@ -1,21 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
source $PWD/common/scripts/update.sh
|
||||
source $PWD/common/scripts/install.sh
|
||||
source $PWD/common/scripts/first_install.sh
|
||||
|
||||
|
||||
source $PWD/common/apps/git.sh
|
||||
source $PWD/common/apps/lsd.sh
|
||||
source $PWD/common/apps/ndcu.sh
|
||||
source $PWD/common/apps/ncdu.sh
|
||||
source $PWD/common/apps/neofetch.sh
|
||||
source $PWD/common/apps/trash-cli.sh
|
||||
|
||||
update
|
||||
default_install
|
||||
|
||||
|
||||
install_git
|
||||
install_lsd
|
||||
install_ndcu
|
||||
install_ncdu
|
||||
install_neofetch
|
||||
install_trash_cli
|
||||
|
Loading…
Reference in New Issue
Block a user