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:
|
||||||
|
|||||||
@@ -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