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")
|
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
|
sudo apt update
|
||||||
install("git")
|
install "git"
|
||||||
install("htop")
|
install "htop"
|
||||||
install("stow")
|
install "stow"
|
||||||
install("wget")
|
install "wget"
|
||||||
install("tree")
|
install "tree"
|
||||||
|
|
||||||
for package in "${apt_packages}"
|
|
||||||
do
|
|
||||||
install ${package}
|
|
||||||
done
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user