mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
Compare commits
3 Commits
2507bc132d
...
e2eed9e83c
Author | SHA1 | Date | |
---|---|---|---|
|
e2eed9e83c | ||
|
696110eae5 | ||
|
6b0f310ef2 |
19
.github/release.yml
vendored
19
.github/release.yml
vendored
|
@ -1,20 +1,23 @@
|
||||||
changelog:
|
changelog:
|
||||||
categories:
|
categories:
|
||||||
- title: '🚀 Features'
|
- title: '🚀 Features'
|
||||||
labels:
|
label: 'enhancement'
|
||||||
- 'feature'
|
|
||||||
- 'enhancement'
|
|
||||||
- title: '🐛 Bug Fixes'
|
- title: '🐛 Bug Fixes'
|
||||||
labels:
|
label: 'bug'
|
||||||
- 'fix'
|
- title: '⚙️ Refactoring'
|
||||||
- 'bugfix'
|
label: 'refactor'
|
||||||
- 'bug'
|
- title: '🧩 UI/UX'
|
||||||
|
label: 'UI/UX'
|
||||||
- title: '📚 Documentation'
|
- title: '📚 Documentation'
|
||||||
label: 'documentation'
|
label: 'documentation'
|
||||||
- title: '🔒 Security'
|
- title: '🔒 Security'
|
||||||
label: 'security'
|
label: 'security'
|
||||||
- title: '🧰 GitHub Actions'
|
- title: '🧰 GitHub Actions'
|
||||||
label: 'github actions'
|
label: 'github_actions'
|
||||||
|
- title: '🦀 Rust'
|
||||||
|
label: 'rust'
|
||||||
|
- title: '📃 Scripting'
|
||||||
|
label: 'script'
|
||||||
exclude:
|
exclude:
|
||||||
labels:
|
labels:
|
||||||
- 'skip-changelog'
|
- 'skip-changelog'
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
. ../common-script.sh
|
. ../../common-script.sh
|
||||||
|
|
||||||
installFreeOffice() {
|
installFreeOffice() {
|
||||||
if ! command_exists softmaker-freeoffice-2024 freeoffice softmaker; then
|
if ! command_exists softmaker-freeoffice-2024 freeoffice softmaker; then
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
. ../common-script.sh
|
. ../../common-script.sh
|
||||||
|
|
||||||
installLibreOffice() {
|
installLibreOffice() {
|
||||||
if ! command_exists libreoffice; then
|
if ! command_exists libreoffice; then
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
. ../common-script.sh
|
. ../../common-script.sh
|
||||||
|
|
||||||
installOnlyOffice() {
|
installOnlyOffice() {
|
||||||
if ! command_exists onlyoffice-desktopeditors; then
|
if ! command_exists onlyoffice-desktopeditors; then
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
. ../common-script.sh
|
. ../../common-script.sh
|
||||||
|
|
||||||
installWpsOffice() {
|
installWpsOffice() {
|
||||||
if ! command_exists com.wps.Office; then
|
if ! command_exists com.wps.Office; then
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
. ../common-script.sh
|
. ../../common-script.sh
|
||||||
|
|
||||||
installEvince() {
|
installEvince() {
|
||||||
if ! command_exists evince; then
|
if ! command_exists evince; then
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
. ../common-script.sh
|
. ../../common-script.sh
|
||||||
|
|
||||||
installOkular() {
|
installOkular() {
|
||||||
if ! command_exists okular; then
|
if ! command_exists okular; then
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
. ../common-script.sh
|
. ../../common-script.sh
|
||||||
|
|
||||||
installPdfstudio() {
|
installPdfstudio() {
|
||||||
if ! command_exists pdfstudio2024; then
|
if ! command_exists pdfstudio2024; then
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
. ../common-script.sh
|
. ../../common-script.sh
|
||||||
|
|
||||||
installPdfstudioviewer() {
|
installPdfstudioviewer() {
|
||||||
if ! command_exists pdfstudioviewer2024; then
|
if ! command_exists pdfstudioviewer2024; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user