1
0
mirror of https://github.com/gryf/vmstrap.git synced 2026-03-26 13:53:36 +01:00

Compare commits

..

2 Commits

Author SHA1 Message Date
08b42fb7b5 Added pip3/vim/tmate to be installed on Ubuntu 22.04 2022-12-24 11:57:40 +01:00
1f62a4517d Removed unused opts 2022-12-01 17:52:01 +01:00

View File

@@ -157,7 +157,7 @@ function ubuntu {
tmate
vim-gtk)
;;
'20.04')
'20.04'|'22.04')
PGS=(ipython3
python3-pip
tmate
@@ -357,7 +357,7 @@ function main {
}
# react on -h or --help
while getopts ":heicbdgvxsauzr" optchar; do
while getopts ":hc" optchar; do
case "${optchar}" in
h)
_showusage "$0"