This repository was archived by the owner on May 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplasma.sh
More file actions
47 lines (41 loc) · 1.65 KB
/
Copy pathplasma.sh
File metadata and controls
47 lines (41 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#!/bin/sh -x
echo "what is your username"
read username
mirror
yes | update
yes | sudo mirror
#answers yes to proceed with update
upall
echo -e "\e[1;32m
#################################
## installation proces started ##
#################################
\e[0m"
git clone https://github.com/arcolinuxd/arco-plasma 2>> plasmadebug.txt
cd arco-plasma
sudo ./000-use-all-cores-makepkg-conf-v4.sh 2>> plasmadebug.txt
sudo ./100-display-manager-and-desktop-v1.sh 2>> plasmadebug.txt
sudo ./110-install-sound-v3.sh 2>> plasmadebug.txt
sudo ./120-bluetooth-v2.sh 2>> plasmadebug.txt
sudo ./121-fix-bluetooth-switch-not-working-v1.sh 2>> plasmadebug.txt
sudo ./130-install-printers-v3.sh 2>> plasmadebug.txt
yes $password | yes $password | yes $username | ./140-install-samba-v3.sh 2>> plasmadebug.txt
sudo ./150-install-network-discovery-v4.sh 2>> plasmadebug.txt
sudo ./160-install-tlp-for-laptops-v1.sh 2>> plasmadebug.txt
sudo ./200-software-arch-linux-repo-v2.sh 2>> plasmadebug.txt
sudo ./300-software-AUR-repo-v1.sh 2>> plasmadebug.txt
sudo ./400-software-arch-linux-repo-distro-specific-v1.sh 2>> plasmadebug.txt
sudo ./500-software-AUR-repo-distro-specific-v1.sh 2>> plasmadebug.txt
sudo ./600-software-from-ArcoLinux-repo-v1.sh 2>> plasmadebug.txt
sudo ./700-installing-fonts-v2.sh 2>> plasmadebug.txt
sudo ./800-autologin-v3.sh 2>> plasmadebug.txt
sudo ./900-fix-microcode-error-v1.sh 2>> plasmadebug.txt
sudo ./910-fix-mouse-cursor-breeze-snow-v1.sh 2>> plasmadebug.txt
#runs all the codes you need and puts the terminal answer in a file per code
echo -e "\e[1;32m
########################
## thx for installing ##
########################
\e[0m"
sudo reboot
#reboots the system