Fixing bug

This commit is contained in:
araison 2024-01-21 21:26:12 +01:00
parent e931e2a053
commit eeb302c70d

View File

@ -17,15 +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
install ${package}
done
install "git"
install "htop"
install "stow"
install "wget"
install "tree"