Skip to content

Commit

Permalink
Added a few echos before installing stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Sep 10, 2022
1 parent 6a4fcae commit 774ba19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gcc_10.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
echo "Installing GCC 10, G++ 10..."

apt install -y gcc-10 g++-10
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 80 --slave /usr/bin/g++ g++ /usr/bin/g++-10 --slave /usr/bin/gcov gcov /usr/bin/gcov-10
2 changes: 2 additions & 0 deletions scripts/openssh_server.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
echo "Installing openssh-server..."

apt install -y openssh-server
2 changes: 2 additions & 0 deletions scripts/python3.10.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
echo "Installing Python 3.10..."

apt install -y software-properties-common
add-apt-repository -y ppa:deadsnakes/ppa
apt install -y python3.10

0 comments on commit 774ba19

Please sign in to comment.