Update
This commit is contained in:
parent
63a625835e
commit
ad4b27284a
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ function install {
|
|||
|
||||
|
||||
|
||||
apt_packages = ("curl" "exfat-utils" "git" "htop" "tmux" "gimp" "inkscape" "texlive-full" "stow" "vlc" "blender" "gparted" "docker.io" "docker-compose" "python3-pip" "wget" "tree" "universal-ctags")
|
||||
declare -a apt_packages = ("curl" "exfat-utils" "git" "htop" "tmux" "gimp" "inkscape" "texlive-full" "stow" "vlc" "blender" "gparted" "docker.io" "docker-compose" "python3-pip" "wget" "tree" "universal-ctags")
|
||||
|
||||
sudo apt update
|
||||
|
||||
for package in "${apt_packages}"
|
||||
for package in "${apt_packages[@]}$"
|
||||
do
|
||||
install ${package}
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue