Skip to content

Commit

Permalink
Added Web Interface (Webmin)
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusC0der authored Nov 15, 2019
1 parent 90f0b43 commit c242a15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,17 @@
sudo apt-get upgrade -y;

echo INSTALLING REQUIRED PACKAGES
sudo apt-get install exfat-fuse exfat-utils
sudo apt-get install exfat-fuse exfat-utils perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python

echo CREATING MOUNT DIRECTORY
sudo mkdir /mnt/drive

echo MOUNTING DRIVE
sudo mount /dev/sda2 /mnt/drive

echo INSTALLING WEBMIN
wget https://prdownloads.sourceforge.net/webadmin/webmin_1.930_all.deb
sudo dpkg --install webmin_1.930_all.deb

echo !!!!FINISHED!!!!

Expand Down

0 comments on commit c242a15

Please sign in to comment.