Add first versions
This commit is contained in:
@@ -0,0 +1 @@
|
||||
This is just a repository to store the steps for me to install my useful packages.
|
||||
@@ -0,0 +1,4 @@
|
||||
# Install steps for Ubuntu system
|
||||
|
||||
# Give sudo privilege to current user
|
||||
run `sudo visudo` and add user to sudo group
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Run sys update and upgrade
|
||||
sudo apt update && sudo apt upgrade
|
||||
|
||||
# Install git
|
||||
sudo apt install git
|
||||
|
||||
# Install gcc & g++ & cmake
|
||||
sudo apt install gcc g++ cmake
|
||||
Reference in New Issue
Block a user