Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
comp-backup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ITS
comp-backup
Commits
b1abecaf
Commit
b1abecaf
authored
1 month ago
by
efer
Browse files
Options
Downloads
Patches
Plain Diff
linux package install "yes" option
parent
fddbea58
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
comp-backup-install.sh
+2
-2
2 additions, 2 deletions
comp-backup-install.sh
with
2 additions
and
2 deletions
comp-backup-install.sh
+
2
−
2
View file @
b1abecaf
...
...
@@ -119,7 +119,7 @@ elif [ $HOST_OS = 'Linux' ]; then
else
echo
-e
$Y_
"Installing
$prog
using
$PKGMAN
"
$_N
"- you may be asked for your password"
chksudo
sudo
$PKGMAN
install
$prog
&>/dev/null
sudo
$PKGMAN
-y
install
$prog
&>/dev/null
if
[
$?
-ne
0
]
;
then
echo
-e
$R_
"
\n
Could not find
$prog
in distro repo"
$_N
echo
-e
"Please install manually from
$prog
project website and run this script again afterwards
\n
"
...
...
@@ -150,7 +150,7 @@ fi
# User Specific Variables
#
USER
=
$(
whoami
)
echo
-e
"
\n
Enter your DTU username [
$USER
]: "
echo
-
n
e
"
\n
Enter your DTU username [
$USER
]: "
read
ANS
case
$ANS
in
""
)
...
...
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