New libreoffice script
This commit is contained in:
parent
6c11b5d76d
commit
3fa1a4d09d
11
install/libreoffice
Executable file
11
install/libreoffice
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
##makedesc: Install libreoffice
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo "==============================================="
|
||||||
|
echo "Installing libreoffice..."
|
||||||
|
echo "==============================================="
|
||||||
|
echo
|
||||||
|
|
||||||
|
sudo apt update && \
|
||||||
|
sudo apt install -y --autoremove libreoffice
|
Loading…
Reference in New Issue
Block a user