feat: new package installler

This commit is contained in:
Rudra Saraswat 2023-06-24 15:13:36 +10:00
parent c7e6bff6a2
commit 7a029d1595
8 changed files with 231 additions and 25 deletions

View file

@ -4,15 +4,7 @@
<title>Settings</title>
<!-- Import bootstrap v5.0. -->
<link href="external/css/bootstrap.min.css" rel="stylesheet">
<!-- Import common styling. -->
<link href="internal/css/common.css" rel="stylesheet">
</head>
<body style="height: 100%;">
<br>
<div class="topnav">
<link href="external/css/bootstrap.min.css" rel="stylesheet">f
<div class="btn-group" id="settings-tabs" role="group" aria-label="Stores">
<button class="btn btn-outline-light active shadow-none" id="containers-button" onclick="page('containers')">Linux
Containers</button>
@ -25,7 +17,7 @@
<!-- Import bootstrap JS bundle. -->
<script src="external/js/bootstrap.bundle.min.js"></script>
<script>
<script>
const Sortable = require('sortablejs')
const child_process = require('child_process')
const path = require('path')