Marten Kante
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
.dotinstall/baseinstallation.sh
|
|
|
@ -122,3 +122,9 @@ sudo pacman -S xournalpp |
|
|
|
## add zip |
|
|
|
sudo pacman -S jdk8-openjdk |
|
|
|
|
|
|
|
## add pip3 |
|
|
|
sudo pacman -S python-pip |
|
|
|
|
|
|
|
## add pip3 module httplib2 for calcurse |
|
|
|
pip3 install --user httplib2 |
|
|
|
|