Fixing bug

This commit is contained in:
araison 2024-01-21 21:21:57 +01:00
parent 8b363d59ca
commit e931e2a053

View File

@ -17,6 +17,11 @@ apt_packages=( "curl" "git" "htop" "tmux" "gimp" "inkscape" "texlive-full" "stow
apt_packages=( "curl" "git" "htop" "tmux" "gimp" "inkscape" "stow" "vlc" "blender" "gparted" "docker.io" "docker-compose" "python3-pip" "wget" "tree" "universal-ctags" "zathura")
sudo apt update
install("git")
install("htop")
install("stow")
install("wget")
install("tree")
for package in "${apt_packages}"
do