mirror of
https://github.com/gryf/vmstrap.git
synced 2026-03-26 13:53:36 +01:00
Compare commits
2 Commits
1ffb3723a3
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 08b42fb7b5 | |||
| 1f62a4517d |
@@ -157,7 +157,7 @@ function ubuntu {
|
|||||||
tmate
|
tmate
|
||||||
vim-gtk)
|
vim-gtk)
|
||||||
;;
|
;;
|
||||||
'20.04')
|
'20.04'|'22.04')
|
||||||
PGS=(ipython3
|
PGS=(ipython3
|
||||||
python3-pip
|
python3-pip
|
||||||
tmate
|
tmate
|
||||||
@@ -357,7 +357,7 @@ function main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# react on -h or --help
|
# react on -h or --help
|
||||||
while getopts ":heicbdgvxsauzr" optchar; do
|
while getopts ":hc" optchar; do
|
||||||
case "${optchar}" in
|
case "${optchar}" in
|
||||||
h)
|
h)
|
||||||
_showusage "$0"
|
_showusage "$0"
|
||||||
|
|||||||
Reference in New Issue
Block a user