Fixing bug
This commit is contained in:
parent
e931e2a053
commit
eeb302c70d
@ -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"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user