Updated wget command
typos in script for gnome-disk
This commit is contained in:
@@ -5,7 +5,7 @@ An automated way to setup Elementary OS just how I like it.
|
|||||||
Use the following to run the script
|
Use the following to run the script
|
||||||
|
|
||||||
```
|
```
|
||||||
wget -O - https://git.tcmeta.net/kurtis/elementaryos-setup-script/raw/branch/main/elementary-setup.sh | sudo bash
|
sudo bash -c "$(wget -O - https://git.tcmeta.net/kurtis/elementaryos-setup-script/raw/branch/main/elementary-setup.sh)"
|
||||||
```
|
```
|
||||||
|
|
||||||
This script will do the following:
|
This script will do the following:
|
||||||
|
|||||||
@@ -50,11 +50,11 @@ init() {
|
|||||||
clear;
|
clear;
|
||||||
vs_logo;
|
vs_logo;
|
||||||
echo -ne "
|
echo -ne "
|
||||||
$(greenprint "ElementaryOS Setup Script")
|
$(greenprint "ElementaryOS Setup Script")
|
||||||
$(yellowprint '1)') Jolnir (6.1)
|
$(yellowprint '1)') Jolnir (6.1)
|
||||||
$(yellowprint '2)') Horus (7)
|
$(yellowprint '2)') Horus (7)
|
||||||
$(redprint '0)') Exit
|
$(redprint '0)') Exit
|
||||||
Choose an version: "
|
Choose an version: "
|
||||||
read -r ans
|
read -r ans
|
||||||
case $ans in
|
case $ans in
|
||||||
1)
|
1)
|
||||||
@@ -186,7 +186,7 @@ install_simple_scan() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_gnome_disks() {
|
install_gnome_disks() {
|
||||||
nala install -y gnome-disks
|
nala install -y gnome-disk-utility
|
||||||
}
|
}
|
||||||
|
|
||||||
install_wiregui() {
|
install_wiregui() {
|
||||||
@@ -201,7 +201,7 @@ install_fish() {
|
|||||||
depriv chsh -s /usr/bin/fish
|
depriv chsh -s /usr/bin/fish
|
||||||
depriv mkdir -p ${user_home}/.local/bin
|
depriv mkdir -p ${user_home}/.local/bin
|
||||||
depriv mkdir -p ${user_home}/.local/fish
|
depriv mkdir -p ${user_home}/.local/fish
|
||||||
depriv "SETUVAR fish_user_paths:${user_home}/\x2elocal/bin" > ${user_home}/.local/fish/fish_variables
|
depriv echo "SETUVAR fish_user_paths:${user_home}/\x2elocal/bin" > ${user_home}/.local/fish/fish_variables
|
||||||
}
|
}
|
||||||
|
|
||||||
install_chromium() {
|
install_chromium() {
|
||||||
|
|||||||
Reference in New Issue
Block a user