Skip to content

Commit e3ed7b4

Browse files
Save changes at: 1773435022
1 parent 0424db5 commit e3ed7b4

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ curl -s strappazzon.me
1515
Prepare a USB flash drive with an [Arch Linux image](https://archlinux.org/download). During the computer's boot process, select the USB as the boot device (F12). Once Arch Linux Live has started, enter the following commands:
1616

1717
```bash
18-
curl -s strappazzon.me | sh -s -- base
18+
curl -s strappazzon.me | sh -s base
1919
```
2020

2121
Once the previous step is completed without errors and you have restarted the computer, run the following command to install KDE Plasma 6.x or GNOME with all applications:
2222

2323
```bash
24-
curl -s strappazzon.me | sh -s -- gnome
24+
curl -s strappazzon.me | sh -s gnome
2525
```
2626

2727
Install aditional applications and tools independently of the desktop:
2828

2929
```bash
30-
curl -s strappazzon.me | sh -s -- packages
30+
curl -s strappazzon.me | sh -s packages
3131
```
3232

3333
Finally, the work environment needs to be configured:
3434

3535
```bash
36-
curl -s strappazzon.me | sh -s -- profile
36+
curl -s strappazzon.me | sh -s profile
3737
```
3838

3939
Enjoy!

main.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ function run_remote_script() {
9797
function help() {
9898
echo " Usage:"
9999
echo ""
100-
echo " curl -s strappazzon.me | sh -s -- base"
101-
echo " curl -s strappazzon.me | sh -s -- kde"
102-
echo " curl -s strappazzon.me | sh -s -- packages"
103-
echo " curl -s strappazzon.me | sh -s -- profile"
100+
echo " curl -s strappazzon.me | sh -s base"
101+
echo " curl -s strappazzon.me | sh -s kde"
102+
echo " curl -s strappazzon.me | sh -s packages"
103+
echo " curl -s strappazzon.me | sh -s profile"
104104
echo ""
105105
}
106106

0 commit comments

Comments
 (0)