Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Install
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PET Computação
Install
Commits
44c9f84d
There was a problem fetching the pipeline summary.
Commit
44c9f84d
authored
8 years ago
by
Gabriel Olescki
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
e93aa8ea
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-13
10 additions, 13 deletions
README.md
with
10 additions
and
13 deletions
README.md
+
10
−
13
View file @
44c9f84d
...
...
@@ -4,28 +4,25 @@
Comando simples com os pacotes essenciais de uma máquina do PET Computação.
## Uso
Após formatar uma máquina, baixe o
*
script
*
e execute as regras que contenham os pacotes de sua preferência.
Após formatar uma máquina, baixe o script
`install.sh`
e execute as regras que contenham os pacotes de sua preferência.
# Contribuições
Adicione pacotes que não tenham sido lembrados no arquivo
*packages.txt*
e outros pacotes opcionais.
## Contribuições
Adicione pacotes que não tenham sido lembrados no arquivo
`packages.txt`
e outros pacotes opcionais.
Para adicionar um pacote a ser instalado, escreva o nome do pacote e todos os pacotes relacionados.
### Exemplo
### Exemplo de pacote no arquivo packages.txt
```
ssh:openssh-client openssh-server
```
### Instale
## Instale
```
wget https://gitlab.c3sl.ufpr.br/pet/Install/raw/master/install.sh
./install.sh -f
```
### Exemplo
`./install.sh --fresh-install`
`./install.sh editors ruby ssh`
### Exemplo de execução
```
./install.sh -f #Instala todos os pacotes
./install.sh editors ruby ssh #Instala os pacotes editors, ruby e ssh
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment