Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dots
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
CALIN Alexis
Dots
Commits
7a6fe359
Commit
7a6fe359
authored
1 year ago
by
alexis
Browse files
Options
Downloads
Patches
Plain Diff
fix the behavior of debian script
parent
340e87b4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.sh
+9
-9
9 additions, 9 deletions
setup.sh
with
9 additions
and
9 deletions
setup.sh
+
9
−
9
View file @
7a6fe359
...
...
@@ -39,21 +39,21 @@ if [ "$distro" == "Debian" ]; then
if
[
"
$yn
"
==
'y'
]
;
then
# programs
sudo
apt
install
network-manager newsboat neofetch htop mpv python3-pip
&&
sudo
python3
-m
pip
install
-U
yt-dlp
sudo
apt purge gnome-games
sudo
systemctl
enable
--now
NetworkManager
&&
echo
'Enabled Network Manager'
echo
'Even bloated ones ? y or n'
read
yn
if
[
"
$yn
"
==
'y'
]
;
then
sudo
apt
install
thunderbird libreoffice pandoc texlive-full
read
yn
if
[
"
$yn
"
==
'y'
]
;
then
sudo
apt
install
thunderbird libreoffice pandoc texlive-full
fi
fi
sudo
apt purge gnome-games
sudo
systemctl
enable
--now
NetworkManager
&&
echo
'Enabled Network Manager'
echo
'Install Ungoogled Chromium (it will install flatpack) ? (y or n)'
read
yn
if
[
"
$yn
"
==
'y'
]
;
then
# Download and install VS Code
sudo
apt
install
flatpak
flatpak remote-add
--if-not-exists
flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak
install
flathub com.github.Eloston.UngoogledChromium
flatpak remote-add
--if-not-exists
flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak
install
flathub com.github.Eloston.UngoogledChromium
fi
...
...
@@ -103,7 +103,7 @@ if [ "$distro" == "Debian" ]; then
el
if
[
"
$distro
"
==
"Arch"
]
;
then
if
[
"
$distro
"
==
"Arch"
]
;
then
sudo
pacman
-Sy
...
...
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