×
Aug 17, 2018 · You have to write sudo apt-get install <package> -y in the script. Execute the script with ./setup.sh. But of cause your user has to be a ...
People also ask
Mar 30, 2017 · When I print sudo apt-get update I see -bash: sudo: command not found. I tried to use su instead of sudo . But it is strange. For example I ...
Bash script to install everything I need on Ubuntu dists. Development and Desktop usage things - ubuntuGoesUp.sh.
Detailed Instructions: Step 1. Run update command to update package repositories and get latest package information. sudo apt-get update -y. Copy ...
Mar 17, 2023 · I have a little script which I run on new machines. #!/bin/bash function install_docker() { # check if docker is already installed if [ -x "$( ...
# sudo apt-get update; Install bash deb package: # sudo apt-get install bash. Files 7. Path. /bin/bash. /usr/bin/bashbug. /usr/bin/clear_console. /usr/share/doc ...
Nov 26, 2023 · This bash error usually means that either the sudo package is not installed, or your PATH variable does not include the directory where sudo is ...
Jun 2, 2022 · I have a raspberry pi model B+. EDIT: Ok, it turns out my pi was running a really old version of raspbian, so I had to use "sudo apt-get update ...
Missing: „sudoapt-getinstallbash“