Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NoCloud-Auto-Installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NoCloud
NoCloud-Auto-Installer
Commits
9efc6146
Verified
Commit
9efc6146
authored
2 months ago
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
Install ccze
parent
b35fee4b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
install/Base.sh
+1
-0
1 addition, 0 deletions
install/Base.sh
install/ccze.sh
+4
-0
4 additions, 0 deletions
install/ccze.sh
upgrade/All.sh
+2
-0
2 additions, 0 deletions
upgrade/All.sh
with
7 additions
and
0 deletions
install/Base.sh
+
1
−
0
View file @
9efc6146
...
@@ -62,6 +62,7 @@ apt-get update
...
@@ -62,6 +62,7 @@ apt-get update
DEBIAN_FRONTEND
=
'noninteractive'
apt-get
-qq
install
\
DEBIAN_FRONTEND
=
'noninteractive'
apt-get
-qq
install
\
apt-transport-https
\
apt-transport-https
\
aptitude
\
aptitude
\
ccze
\
clamav
\
clamav
\
clamav-daemon
\
clamav-daemon
\
cpufrequtils
\
cpufrequtils
\
...
...
This diff is collapsed.
Click to expand it.
install/ccze.sh
0 → 100644
+
4
−
0
View file @
9efc6146
#!/bin/bash
if
[
-z
"
$(
dpkg
-l
|
grep
ccze
)
"
]
;
then
apt-get
install
-y
ccze
fi
This diff is collapsed.
Click to expand it.
upgrade/All.sh
+
2
−
0
View file @
9efc6146
...
@@ -67,6 +67,8 @@ fi
...
@@ -67,6 +67,8 @@ fi
bash
$DIR
/install/ncdu.sh
bash
$DIR
/install/ncdu.sh
bash
$DIR
/install/ccze.sh
bash
$DIR
/upgrade/Monit.sh
bash
$DIR
/upgrade/Monit.sh
bash
$DIR
/upgrade/Backups.sh
bash
$DIR
/upgrade/Backups.sh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment