New libreoffice script
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user