Skip to content

Commit

Permalink
Merge pull request #63 from nbhirud/alpine_02
Browse files Browse the repository at this point in the history
Alpine 02
  • Loading branch information
nbhirud authored Nov 4, 2024
2 parents fc2ccc2 + bb0b607 commit 16ee3cb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions linux/alpine/alpine_todo_after_fresh_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

#######################################################

# Very detailed official setup instructions: https://wiki.alpinelinux.org/wiki/Installation

# Install alpine as a desktop OS: https://wiki.alpinelinux.org/wiki/Installation#setup-alpine_based_System_Disk_Install
setup-alpine # Command to initiate installation to disk
# choose "sys"

#######################################################

# Create user
setup-user # uses adduser in the backend
adduser -g "Nikhil Bhirud" nbhirud -s /bin/zsh -S
adduser nbhirud wheel # add an existing user as admin user
apk add doas # doas is a simplified and lightweight replacement for sudo



0 comments on commit 16ee3cb

Please sign in to comment.