Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
git-manpages-l10n
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yun hwak byeon
git-manpages-l10n
c9b4c457e9ff75a6ecf5b14246d1255f2304d536
git-manpages-l10n
ci
install_po4a.sh
Find file
Normal view
Permalink
install_po4a.sh
97 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
Move the installation of po4a into its own script
Jean-Noël Avila
committed
6 years ago
1
2
3
#!/bin/sh
git clone https://github.com/jnavila/po4a.git
fix continuous integration
Jean-Noël Avila
committed
5 years ago
4
cd
po4a
&&
git checkout master
&&
cd
..