refactor: move apt package list to files dir
This commit is contained in:
parent
e0c397925f
commit
6d9ad6c09e
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ ensure_apt_dependencies() {
|
|||
else
|
||||
echo -e "\e[1mInstalling packages...\e[0m"
|
||||
|
||||
sudo apt install $(cat ./apt.txt) -y --autoremove
|
||||
sudo apt install $(cat ./files/apt.txt) -y --autoremove
|
||||
|
||||
echo -e "\e[1;32mSystem packages installed.\e[0m"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue